For computing the orthogonal complement to a linear subspace. More...
Go to the source code of this file.
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. |
For computing the orthogonal complement to a linear subspace.
Modifications 4/4/01 LSB(Manchester) Tidied documentation Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Definition in file vnl_orthogonal_complement.h.
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.