#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | matrixSum (const MatrixType &m) |
void | test_eigen2_sum () |
template<typename VectorType > | |
void | vectorSum (const VectorType &w) |
void matrixSum | ( | const MatrixType & | m | ) |
Definition at line 27 of file eigen2_sum.cpp.
void test_eigen2_sum | ( | ) |
Definition at line 71 of file eigen2_sum.cpp.
void vectorSum | ( | const VectorType & | w | ) |
Definition at line 43 of file eigen2_sum.cpp.