Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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

◆ Evaluate()

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

Definition at line 519 of file HelperOps.h.


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