Defines | Functions
core/vnl/vnl_matrix_exp.txx File Reference
#include "vnl_matrix_exp.h"
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define vnl_matrix_exp_txx_
#define VNL_MATRIX_EXP_INSTANTIATE(Matrix)

Functions

template<class Matrix >
bool vnl_matrix_exp (Matrix const &X, Matrix &expX, double max_err)
template<class Matrix >
Matrix vnl_matrix_exp (Matrix const &X)

Detailed Description

Author:
fsm

Definition in file vnl_matrix_exp.txx.


Define Documentation

#define VNL_MATRIX_EXP_INSTANTIATE (   Matrix)
Value:
template bool vnl_matrix_exp(Matrix const&, Matrix &, double); \
template Matrix vnl_matrix_exp(Matrix const&)

Definition at line 71 of file vnl_matrix_exp.txx.

#define vnl_matrix_exp_txx_

Definition at line 3 of file vnl_matrix_exp.txx.


Function Documentation

template<class Matrix >
bool vnl_matrix_exp ( Matrix const &  X,
Matrix &  expX,
double  max_err 
)

Definition at line 14 of file vnl_matrix_exp.txx.

template<class Matrix >
Matrix vnl_matrix_exp ( Matrix const &  X)

Definition at line 56 of file vnl_matrix_exp.txx.