TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
cholesky.cpp File Reference
#include "main.h"
#include <Eigen/Cholesky>
#include <Eigen/QR>
#include "solverbase.h"

Macros

#define TEST_ENABLE_TEMPORARY_TRACKING
 

Functions

template<typename MatrixType , int UpLo>
MatrixType::RealScalar matrix_l1_norm (const MatrixType &m)
 
template<typename MatrixType , template< typename, int > class CholType>
void test_chol_update (const MatrixType &symm)
 
template<typename MatrixType >
void cholesky (const MatrixType &m)
 
template<typename MatrixType >
void cholesky_cplx (const MatrixType &m)
 
template<typename MatrixType >
void cholesky_bug241 (const MatrixType &m)
 
template<typename MatrixType >
void cholesky_definiteness (const MatrixType &m)
 
template<typename >
void cholesky_faillure_cases ()
 
template<typename MatrixType >
void cholesky_verify_assert ()
 
 EIGEN_DECLARE_TEST (cholesky)
 

Macro Definition Documentation

◆ TEST_ENABLE_TEMPORARY_TRACKING

#define TEST_ENABLE_TEMPORARY_TRACKING

Function Documentation

◆ cholesky()

template<typename MatrixType >
void cholesky ( const MatrixType m)

◆ cholesky_bug241()

template<typename MatrixType >
void cholesky_bug241 ( const MatrixType m)

◆ cholesky_cplx()

template<typename MatrixType >
void cholesky_cplx ( const MatrixType m)

◆ cholesky_definiteness()

template<typename MatrixType >
void cholesky_definiteness ( const MatrixType m)

◆ cholesky_faillure_cases()

template<typename >
void cholesky_faillure_cases ( )

◆ cholesky_verify_assert()

template<typename MatrixType >
void cholesky_verify_assert ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( cholesky  )

◆ matrix_l1_norm()

template<typename MatrixType , int UpLo>
MatrixType::RealScalar matrix_l1_norm ( const MatrixType m)

◆ test_chol_update()

template<typename MatrixType , template< typename, int > class CholType>
void test_chol_update ( const MatrixType symm)