Structure for assignment to a general matrix from iterator.
Optionally a check is done that iterator size is not larger than matrix size
Definition at line 517 of file HelperOps.h.
Static Public Member Functions | |
template<class Iterator > | |
static void | Evaluate (SMatrix< T, D1, D2, R > &lhs, Iterator begin, Iterator end, bool triang, bool lower, bool check=true) |
#include <Math/HelperOps.h>
|
inlinestatic |
Definition at line 519 of file HelperOps.h.