#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | array_for_matrix (const MatrixType &m) |
template<typename MatrixType > | |
void | comparisons (const MatrixType &m) |
template<typename MatrixType > | |
void | cwise_min_max (const MatrixType &m) |
template<typename VectorType > | |
void | lpNorm (const VectorType &v) |
template<int > | |
void | regression_bug_654 () |
template<int > | |
void | regrrssion_bug_1410 () |
template<typename MatrixTraits > | |
void | resize (const MatrixTraits &t) |
void | test_array_for_matrix () |
void array_for_matrix | ( | const MatrixType & | m | ) |
Definition at line 12 of file array_for_matrix.cpp.
void comparisons | ( | const MatrixType & | m | ) |
Definition at line 82 of file array_for_matrix.cpp.
void cwise_min_max | ( | const MatrixType & | m | ) |
Definition at line 171 of file array_for_matrix.cpp.
void lpNorm | ( | const VectorType & | v | ) |
Definition at line 148 of file array_for_matrix.cpp.
void regression_bug_654 | ( | ) |
Definition at line 235 of file array_for_matrix.cpp.
void regrrssion_bug_1410 | ( | ) |
Definition at line 243 of file array_for_matrix.cpp.
void resize | ( | const MatrixTraits & | t | ) |
Definition at line 209 of file array_for_matrix.cpp.
void test_array_for_matrix | ( | ) |
Definition at line 259 of file array_for_matrix.cpp.