Functions
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>
#include <vnl/algo/vnl_algo_export.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. More...
 

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

◆ vnl_orthogonal_complement()

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.hxx.