#include "main.h"
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | as_scalar_product (const MatrixType &m) |
| template<int > | |
| void | bug987 () |
| template<typename MatrixType > | |
| void | diagonalmatrices (const MatrixType &m) |
| void | test_diagonalmatrices () |
| void as_scalar_product | ( | const MatrixType & | m | ) |
Definition at line 110 of file diagonalmatrices.cpp.
| void bug987 | ( | ) |
Definition at line 137 of file diagonalmatrices.cpp.
| void diagonalmatrices | ( | const MatrixType & | m | ) |
Definition at line 12 of file diagonalmatrices.cpp.
| void test_diagonalmatrices | ( | ) |
Definition at line 147 of file diagonalmatrices.cpp.