TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
lu.cpp File Reference
#include "main.h"
#include <Eigen/LU>
#include "solverbase.h"

Functions

template<typename MatrixType >
MatrixType::RealScalar matrix_l1_norm (const MatrixType &m)
 
template<typename MatrixType >
void lu_non_invertible ()
 
template<typename MatrixType >
void lu_invertible ()
 
template<typename MatrixType >
void lu_partial_piv (Index size=MatrixType::ColsAtCompileTime)
 
template<typename MatrixType >
void lu_verify_assert ()
 
 EIGEN_DECLARE_TEST (lu)
 

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( lu  )

◆ lu_invertible()

template<typename MatrixType >
void lu_invertible ( )

◆ lu_non_invertible()

template<typename MatrixType >
void lu_non_invertible ( )

◆ lu_partial_piv()

template<typename MatrixType >
void lu_partial_piv ( Index  size = MatrixType::ColsAtCompileTime)

◆ lu_verify_assert()

template<typename MatrixType >
void lu_verify_assert ( )

◆ matrix_l1_norm()

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