Specialized structure for assignment to a symmetrix matrix from iterator.
Optionally a check is done that iterator size is the same as the matrix size
Definition at line 560 of file HelperOps.h.
Static Public Member Functions | |
template<class Iterator > | |
static void | Evaluate (SMatrix< T, D1, D2, MatRepSym< T, D1 > > &lhs, Iterator begin, Iterator end, bool, bool lower, bool check=true) |
#include <Math/HelperOps.h>
|
inlinestatic |
Definition at line 562 of file HelperOps.h.