Typedefs | Functions
matrix_power.cpp File Reference
#include "matrix_functions.h"
Include dependency graph for matrix_power.cpp:

Go to the source code of this file.

Typedefs

typedef Matrix< double, 3, 3, RowMajor > Matrix3dRowMajor
 
typedef Matrix< long double, 3, 3 > Matrix3e
 
typedef Matrix< long double, Dynamic, Dynamic > MatrixXe
 

Functions

 EIGEN_DECLARE_TEST (matrix_power)
 
template<typename T >
void test2dHyperbolicRotation (const T &tol)
 
template<typename T >
void test2dRotation (const T &tol)
 
template<typename T >
void test3dRotation (const T &tol)
 
template<typename MatrixType >
void testGeneral (const MatrixType &m, const typename MatrixType::RealScalar &tol)
 
template<typename MatrixType >
void testLogThenExp (const MatrixType &m_const, const typename MatrixType::RealScalar &tol)
 
template<typename MatrixType >
void testSingular (const MatrixType &m_const, const typename MatrixType::RealScalar &tol)
 

Typedef Documentation

◆ Matrix3dRowMajor

typedef Matrix<double,3,3,RowMajor> Matrix3dRowMajor

Definition at line 149 of file matrix_power.cpp.

◆ Matrix3e

typedef Matrix<long double,3,3> Matrix3e

Definition at line 150 of file matrix_power.cpp.

◆ MatrixXe

typedef Matrix<long double,Dynamic,Dynamic> MatrixXe

Definition at line 151 of file matrix_power.cpp.

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( matrix_power  )

Definition at line 153 of file matrix_power.cpp.

◆ test2dHyperbolicRotation()

template<typename T >
void test2dHyperbolicRotation ( const T tol)

Definition at line 34 of file matrix_power.cpp.

◆ test2dRotation()

template<typename T >
void test2dRotation ( const T tol)

Definition at line 13 of file matrix_power.cpp.

◆ test3dRotation()

template<typename T >
void test3dRotation ( const T tol)

Definition at line 56 of file matrix_power.cpp.

◆ testGeneral()

template<typename MatrixType >
void testGeneral ( const MatrixType m,
const typename MatrixType::RealScalar tol 
)

Definition at line 70 of file matrix_power.cpp.

◆ testLogThenExp()

template<typename MatrixType >
void testLogThenExp ( const MatrixType m_const,
const typename MatrixType::RealScalar tol 
)

Definition at line 133 of file matrix_power.cpp.

◆ testSingular()

template<typename MatrixType >
void testSingular ( const MatrixType m_const,
const typename MatrixType::RealScalar tol 
)

Definition at line 100 of file matrix_power.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:51