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