Functions
core/vnl/algo/vnl_orthogonal_complement.h File Reference

For computing the orthogonal complement to a linear subspace. More...

#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>

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.

Detailed Description

For computing the orthogonal complement to a linear subspace.

Author:
fsm
   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.


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.