Static Public Member Functions | List of all members
lar::util::details::DeterminantHelperBase< N > Struct Template Reference

#include <FastMatrixMathHelper.h>

Inheritance diagram for lar::util::details::DeterminantHelperBase< N >:
lar::util::details::DeterminantHelper< T, N, RnC > lar::util::details::DeterminantHelper< T, N, R, C > lar::util::details::DeterminantHelper< T, N, R1, R2, C1, C2 > lar::util::details::DeterminantHelper< T, N, R1, R2, R3, C1, C2, C3 > lar::util::details::DeterminantHelper< T, N, R1, R2, R3, R4, C1, C2, C3, C4 >

Static Public Member Functions

static constexpr size_t index (unsigned int row, unsigned int col)
 

Detailed Description

template<unsigned int N>
struct lar::util::details::DeterminantHelperBase< N >

Definition at line 131 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 
)
inlinestatic

Definition at line 132 of file FastMatrixMathHelper.h.

133  { return MatrixIndex<N>(row, col); }

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