Logo ROOT   6.10/09
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::PlusEquals< 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::PlusEquals< T, D1, D2, A, R1, R2 >

Evaluate the expression performing a += operation Need to check whether creating a temporary object with the expression result (like in op: A += A * B )

Definition at line 195 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)
 

#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::PlusEquals< T, D1, D2, A, R1, R2 >::Evaluate ( SMatrix< T, D1, D2, R1 > &  lhs,
const Expr< A, T, D1, D2, R2 > &  rhs 
)
inlinestatic

Definition at line 197 of file HelperOps.h.


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