Go to the source code of this file.
Macros | |
| #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. More... | |
| #define VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE | ( | T | ) |
Definition at line 22 of file vnl_orthogonal_complement.hxx.
| 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.hxx.
1.8.15