LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::util::details::DeterminantHelper< T, N, RnC > Struct Template Reference

#include "FastMatrixMathHelper.h"

Inheritance diagram for lar::util::details::DeterminantHelper< T, N, RnC >:
lar::util::details::DeterminantHelperBase< N >

Static Public Member Functions

static T compute (T const *data)
 
static constexpr size_t index (unsigned int row, unsigned int col)
 

Detailed Description

template<typename T, unsigned int N, unsigned int... RnC>
struct lar::util::details::DeterminantHelper< T, N, RnC >

Definition at line 142 of file FastMatrixMathHelper.h.

Member Function Documentation

template<unsigned int N>
static constexpr size_t lar::util::details::DeterminantHelperBase< N >::index ( unsigned int  row,
unsigned int  col 
)
inlinestaticinherited

Definition at line 132 of file FastMatrixMathHelper.h.

References col.

133  {
134  return MatrixIndex<N>(row, col);
135  }
Int_t col[ntarg]
Definition: Style.C:29

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