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

Functions

template<typename MatrixType >
void cod ()
 
template<typename MatrixType , int Cols2>
void cod_fixedsize ()
 
template<typename MatrixType >
void qr ()
 
template<typename MatrixType , int Cols2>
void qr_fixedsize ()
 
template<typename MatrixType >
void qr_kahan_matrix ()
 
template<typename MatrixType >
void qr_invertible ()
 
template<typename MatrixType >
void qr_verify_assert ()
 
template<typename MatrixType >
void cod_verify_assert ()
 
 EIGEN_DECLARE_TEST (qr_colpivoting)
 

Function Documentation

◆ cod()

template<typename MatrixType >
void cod ( )

◆ cod_fixedsize()

template<typename MatrixType , int Cols2>
void cod_fixedsize ( )

◆ cod_verify_assert()

template<typename MatrixType >
void cod_verify_assert ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( qr_colpivoting  )

◆ qr()

template<typename MatrixType >
void qr ( )

◆ qr_fixedsize()

template<typename MatrixType , int Cols2>
void qr_fixedsize ( )

◆ qr_invertible()

template<typename MatrixType >
void qr_invertible ( )

◆ qr_kahan_matrix()

template<typename MatrixType >
void qr_kahan_matrix ( )

◆ qr_verify_assert()

template<typename MatrixType >
void qr_verify_assert ( )