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

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

Specialized structure for assignment to a symmetrix matrix from iterator.

Optionally a check is done that iterator size is the same as the matrix size

Definition at line 560 of file HelperOps.h.

Static Public Member Functions

template<class Iterator >
static void Evaluate (SMatrix< T, D1, D2, MatRepSym< T, D1 > > &lhs, Iterator begin, Iterator end, bool, bool lower, bool check=true)
 

#include <Math/HelperOps.h>

Member Function Documentation

template<class T , unsigned int D1, unsigned int D2>
template<class Iterator >
static void ROOT::Math::AssignItr< T, D1, D2, MatRepSym< T, D1 > >::Evaluate ( SMatrix< T, D1, D2, MatRepSym< T, D1 > > &  lhs,
Iterator  begin,
Iterator  end,
bool  ,
bool  lower,
bool  check = true 
)
inlinestatic

Definition at line 562 of file HelperOps.h.


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