Macros | Functions
vnl_orthogonal_complement.hxx File Reference
#include "vnl_orthogonal_complement.h"
#include <vnl/algo/vnl_svd.h>

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

Macro Definition Documentation

◆ VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE

#define VNL_ORTHOGONAL_COMPLEMENT_INSTANTIATE (   T)
Value:
/* template vnl_matrix<T > vnl_orthogonal_complement(vnl_matrix<T > const &); */ \
template VNL_ALGO_EXPORT vnl_matrix<T > vnl_orthogonal_complement(vnl_vector<T > const &)
An ordinary mathematical matrix.
Definition: vnl_adjugate.h:22
Mathematical vector class, templated by type of element.
Definition: vnl_fwd.h:16
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 22 of file vnl_orthogonal_complement.hxx.

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.