#include <Eigen/Core>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
template<typename Derived > | |
const Reshaped< const Derived > | reshape_helper (const MatrixBase< Derived > &m, int rows, int cols) |
Definition at line 13 of file class_Reshaped.cpp.
const Reshaped<const Derived> reshape_helper | ( | const MatrixBase< Derived > & | m, |
int | rows, | ||
int | cols | ||
) |
Definition at line 8 of file class_Reshaped.cpp.