#include "matrix_functions.h"
Go to the source code of this file.
Functions | |
| void | test_matrix_square_root () |
| template<typename MatrixType > | |
| void | testMatrixSqrt (const MatrixType &m) |
| void test_matrix_square_root | ( | ) |
Definition at line 21 of file matrix_square_root.cpp.
| void testMatrixSqrt | ( | const MatrixType & | m | ) |
Definition at line 13 of file matrix_square_root.cpp.