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

Functions

template<typename MatrixType >
bool find_pivot (typename MatrixType::Scalar tol, MatrixType &diffs, Index col=0)
 
template<typename VectorType >
void verify_is_approx_upto_permutation (const VectorType &vec1, const VectorType &vec2)
 
template<typename MatrixType >
void eigensolver (const MatrixType &m)
 
template<typename MatrixType >
void eigensolver_verify_assert (const MatrixType &m)
 
 EIGEN_DECLARE_TEST (eigensolver_complex)
 

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( eigensolver_complex  )

◆ eigensolver()

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

◆ eigensolver_verify_assert()

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

◆ find_pivot()

template<typename MatrixType >
bool find_pivot ( typename MatrixType::Scalar  tol,
MatrixType diffs,
Index  col = 0 
)

◆ verify_is_approx_upto_permutation()

template<typename VectorType >
void verify_is_approx_upto_permutation ( const VectorType vec1,
const VectorType vec2 
)