SOFTSUSY
4.1
|
Indexable form of xpr matrix. More...
#include <xpr-base.h>
Public Member Functions | |
T | operator() (int m, int n) const |
int | displayRows () const |
int | displayCols () const |
template<class E > | |
C & | assign_from (const MatXpr< T, E > &x) |
template<class E > | |
C | copy_from (const MatXpr< T, E > &x) |
template<class E > | |
MatIndexable & | operator+= (const MatXpr< T, E > &x) |
MatIndexable & | operator*= (T x) |
Indexable form of xpr matrix.