Object which fills a matrix some data. There is no size known, since the size of the data is known at compile time. Therefore if the size of the matrix is not known, then something deeply strange is going on. More...
#include <data.hh>
Public Member Functions | |
template<int R, int C, class T , class B > | |
void | eval (Matrix< R, C, T, B > &m) const |
Public Attributes | |
P | vals [N] |
Object which fills a matrix some data. There is no size known, since the size of the data is known at compile time. Therefore if the size of the matrix is not known, then something deeply strange is going on.
For internal use only.