Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::Assign< T, D1, D2, A, R1, R2 > Struct Template Reference

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

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.
 

#include <Math/HelperOps.h>

Member Function Documentation

◆ Evaluate()

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


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