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 VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE | ( | T | ) |
/* 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.
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.