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

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

Structure for assignment to a general matrix from iterator.

Optionally a check is done that iterator size is not larger than matrix size

Definition at line 517 of file HelperOps.h.

Static Public Member Functions

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

#include <Math/HelperOps.h>

Member Function Documentation

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

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