TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
triangular.cpp File Reference
#include "main.h"

Functions

template<typename MatrixType >
void triangular_deprecated (const MatrixType &m)
 
template<typename MatrixType >
void triangular_square (const MatrixType &m)
 
template<typename MatrixType >
void triangular_rect (const MatrixType &m)
 
void bug_159 ()
 
 EIGEN_DECLARE_TEST (triangular)
 

Function Documentation

◆ bug_159()

void bug_159 ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( triangular  )

◆ triangular_deprecated()

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

◆ triangular_rect()

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

◆ triangular_square()

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