Logo ROOT   6.10/09
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > > Struct Template Reference

template<class T, unsigned int D1, unsigned int D2, class A>
struct ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > >

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. More...
 

#include <Math/HelperOps.h>

Member Function Documentation

◆ Evaluate()

template<class T , unsigned int D1, unsigned int D2, class A >
static void ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > >::Evaluate ( SMatrix< T, D1, D2, MatRepSym< T, D1 > > &  lhs,
const Expr< A, T, D1, D2, MatRepSym< T, D1 > > &  rhs 
)
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.


The documentation for this struct was generated from the following file: