Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::MinusEquals< 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::MinusEquals< 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 279 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::MinusEquals< 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 281 of file HelperOps.h.


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