ROOT 6.08/07 Reference Guide |
Structure to assign from an expression based to general matrix to general matrix.
Definition at line 48 of file HelperOps.h.
Static Public Member Functions | |
static void | Evaluate (SMatrix< T, D1, D2, R1 > &lhs, const Expr< A, T, D1, D2, R2 > &rhs) |
Evaluate the expression from general to general matrices. More... | |
#include <Math/HelperOps.h>
|
inlinestatic |
Evaluate the expression from general to general 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 55 of file HelperOps.h.