Defines | Functions
core/vnl/algo/vnl_adjugate.txx 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.

Defines

#define vnl_adjugate_txx_
#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.txx.


Define Documentation

#define VNL_ADJUGATE_INSTANTIATE (   T)
Value:

Definition at line 50 of file vnl_adjugate.txx.

#define vnl_adjugate_txx_

Definition at line 2 of file vnl_adjugate.txx.


Function Documentation

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

Definition at line 22 of file vnl_adjugate.txx.

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

Definition at line 40 of file vnl_adjugate.txx.