Logo ROOT  
Reference Guide
ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, R1, R2 > Struct Template Reference

template<class T, unsigned int D1, unsigned int D2, unsigned int D3, unsigned int D4, class R1, class R2>
struct ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, R1, R2 >

Structure for getting sub matrices We have different cases according to the matrix representations.

Definition at line 461 of file HelperOps.h.

Static Public Member Functions

static void Evaluate (SMatrix< T, D1, D2, R1 > &lhs, const SMatrix< T, D3, D4, R2 > &rhs, unsigned int row, unsigned int col)
 

#include <Math/HelperOps.h>

Member Function Documentation

◆ Evaluate()

template<class T , unsigned int D1, unsigned int D2, unsigned int D3, unsigned int D4, class R1 , class R2 >
static void ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, R1, R2 >::Evaluate ( SMatrix< T, D1, D2, R1 > &  lhs,
const SMatrix< T, D3, D4, R2 > &  rhs,
unsigned int  row,
unsigned int  col 
)
inlinestatic

Definition at line 463 of file HelperOps.h.


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