#include "main.h"
Go to the source code of this file.
Functions | |
void | test_zerosized () |
template<typename MatrixType > | |
void | zeroReduction (const MatrixType &m) |
template<typename MatrixType > | |
void | zeroSizedMatrix () |
template<typename VectorType > | |
void | zeroSizedVector () |
void test_zerosized | ( | ) |
Definition at line 84 of file zerosized.cpp.
void zeroReduction | ( | const MatrixType & | m | ) |
Definition at line 13 of file zerosized.cpp.
void zeroSizedMatrix | ( | ) |
Definition at line 25 of file zerosized.cpp.
void zeroSizedVector | ( | ) |
Definition at line 68 of file zerosized.cpp.