|
|
| | Operator (const Precision &v) |
| |
| | Operator () |
| |
|
|
| template<int R, int C, class P , class B > |
| void | eval (Matrix< R, C, P, B > &m) const |
| |
| template<int Rows, int Cols, typename P , typename B > |
| void | plusequals (Matrix< Rows, Cols, P, B > &m) const |
| |
| template<int Rows, int Cols, typename P1 , typename B1 > |
| Operator< Internal::AddIdentity< Rows, Cols, P1, B1, Precision > > | add (const Matrix< Rows, Cols, P1, B1 > &m) const |
| |
| template<int Rows, int Cols, typename P1 , typename B1 > |
| Operator< Internal::AddIdentity< Rows, Cols, P1, B1, Precision > > | rsubtract (const Matrix< Rows, Cols, P1, B1 > &m) const |
| |
| template<int Rows, int Cols, typename P1 , typename B1 > |
| Operator< Internal::AddIdentity< Rows, Cols, P1, B1, Precision > > | lsubtract (const Matrix< Rows, Cols, P1, B1 > &m) const |
| |
|
| Operator< Internal::SizedIdentity< Precision > > | operator() (int s) |
| |
template<class Pr>
struct TooN::Operator< Internal::Identity< Pr > >
Definition at line 249 of file objects.h.