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

Functions

template<typename MatrixType >
void selfadjointeigensolver_essential_check (const MatrixType &m)
 
template<typename MatrixType >
void selfadjointeigensolver (const MatrixType &m)
 
template<int >
void bug_854 ()
 
template<int >
void bug_1014 ()
 
template<int >
void bug_1225 ()
 
template<int >
void bug_1204 ()
 
 EIGEN_DECLARE_TEST (eigensolver_selfadjoint)
 

Function Documentation

◆ bug_1014()

template<int >
void bug_1014 ( )

◆ bug_1204()

template<int >
void bug_1204 ( )

◆ bug_1225()

template<int >
void bug_1225 ( )

◆ bug_854()

template<int >
void bug_854 ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( eigensolver_selfadjoint  )

◆ selfadjointeigensolver()

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

◆ selfadjointeigensolver_essential_check()

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