Operator< Internal::Data< N, P > > Struct Template Reference
[TooN internals]
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>
List of all members.
|
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] |
Detailed Description
template<int N, class P>
struct TooN::Operator< Internal::Data< N, P > >
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.