#include "main.h"
Go to the source code of this file.
Functions | |
void | bug_159 () |
void | test_triangular () |
template<typename MatrixType > | |
void | triangular_rect (const MatrixType &m) |
template<typename MatrixType > | |
void | triangular_square (const MatrixType &m) |
void bug_159 | ( | ) |
Definition at line 238 of file triangular.cpp.
void test_triangular | ( | ) |
Definition at line 243 of file triangular.cpp.
void triangular_rect | ( | const MatrixType & | m | ) |
Definition at line 143 of file triangular.cpp.
void triangular_square | ( | const MatrixType & | m | ) |
Definition at line 29 of file triangular.cpp.