Defines | Functions
core/vnl/algo/vnl_orthogonal_complement.txx File Reference
#include "vnl_orthogonal_complement.h"
#include <vnl/algo/vnl_svd.h>

Go to the source code of this file.

Defines

#define vnl_orthogonal_complement_txx_
#define VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE(T)

Functions

template<class T >
vnl_matrix< T > vnl_orthogonal_complement (vnl_vector< T > const &v)
 Return a matrix whose columns span is the orthogonal complement of v.

Define Documentation

#define VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE (   T)
Value:
/* template vnl_matrix<T > vnl_orthogonal_complement(vnl_matrix<T > const &); */ \
template vnl_matrix<T > vnl_orthogonal_complement(vnl_vector<T > const &)

Definition at line 30 of file vnl_orthogonal_complement.txx.

#define vnl_orthogonal_complement_txx_

Definition at line 3 of file vnl_orthogonal_complement.txx.


Function Documentation

template<class T >
vnl_matrix<T> vnl_orthogonal_complement ( vnl_vector< T > const &  v)

Return a matrix whose columns span is the orthogonal complement of v.

Definition at line 11 of file vnl_orthogonal_complement.txx.