Macros | Functions
vnl_adjugate.hxx File Reference
#include "vnl_adjugate.h"
#include <vnl/vnl_matrix.h>
#include <vnl/algo/vnl_determinant.h>

Go to the source code of this file.

Macros

#define VNL_ADJUGATE_INSTANTIATE(T)
 

Functions

template<class T >
void vnl_adjugate (vnl_matrix< T > const &A, vnl_matrix< T > *out)
 
template<class T >
vnl_matrix< T > vnl_adjugate (vnl_matrix< T > const &A)
 

Detailed Description

Author
fsm

Definition in file vnl_adjugate.hxx.

Macro Definition Documentation

◆ VNL_ADJUGATE_INSTANTIATE

#define VNL_ADJUGATE_INSTANTIATE (   T)
Value:
template VNL_ALGO_EXPORT void vnl_adjugate(vnl_matrix<T > const &, vnl_matrix<T > *); \
template VNL_ALGO_EXPORT vnl_matrix<T > vnl_adjugate(vnl_matrix<T > const &)
An ordinary mathematical matrix.
Definition: vnl_adjugate.h:22
void vnl_adjugate(vnl_matrix< T > const &A, vnl_matrix< T > *out)

Definition at line 50 of file vnl_adjugate.hxx.

Function Documentation

◆ vnl_adjugate() [1/2]

template<class T >
void vnl_adjugate ( vnl_matrix< T > const &  A,
vnl_matrix< T > *  out 
)

Definition at line 22 of file vnl_adjugate.hxx.

◆ vnl_adjugate() [2/2]

template<class T >
vnl_matrix<T> vnl_adjugate ( vnl_matrix< T > const &  A)

Definition at line 40 of file vnl_adjugate.hxx.