Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepStd< T, D1, D2 > > 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 >, MatRepStd< T, D1, D2 > >

Dummy Structure which flags an error to avoid assigment from expression based on a general matrix to a symmetric matrix.

Definition at line 131 of file HelperOps.h.

Static Public Member Functions

static void Evaluate (SMatrix< T, D1, D2, MatRepSym< T, D1 > > &, const Expr< A, T, D1, D2, MatRepStd< T, D1, D2 > > &)
 

#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 >, MatRepStd< T, D1, D2 > >::Evaluate ( SMatrix< T, D1, D2, MatRepSym< T, D1 > > &  ,
const Expr< A, T, D1, D2, MatRepStd< T, D1, D2 > > &   
)
inlinestatic

Definition at line 133 of file HelperOps.h.


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