Structure to assign from an expression based to symmetric matrix to symmetric matrix.
Definition at line 90 of file HelperOps.h.
Static Public Member Functions | |
static void | Evaluate (SMatrix< T, D1, D2, MatRepSym< T, D1 > > &lhs, const Expr< A, T, D1, D2, MatRepSym< T, D1 > > &rhs) |
Evaluate the expression from symmetric to symmetric matrices. | |
#include <Math/HelperOps.h>
|
inlinestatic |
Evaluate the expression from symmetric to symmetric matrices.
If the matrix to assign the value is in use in the expression, a temporary object is created to store the value (case A = B * A)
Definition at line 97 of file HelperOps.h.