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

Functions

template<typename MatrixType >
void verifyIsQuasiTriangular (const MatrixType &T)
 
template<typename MatrixType >
void schur (int size=MatrixType::ColsAtCompileTime)
 
 EIGEN_DECLARE_TEST (schur_real)
 

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( schur_real  )

◆ schur()

template<typename MatrixType >
void schur ( int  size = MatrixType::ColsAtCompileTime)

◆ verifyIsQuasiTriangular()

template<typename MatrixType >
void verifyIsQuasiTriangular ( const MatrixType T)