CMS 3D CMS Logo

List of all members | Static Public Member Functions
math::cholesky::Inverter< M1, M2, N > Struct Template Reference

#include <choleskyInversion.h>

Static Public Member Functions

static constexpr void eval (M1 const &src, M2 &dst)
 

Detailed Description

template<typename M1, typename M2, int N>
struct math::cholesky::Inverter< M1, M2, N >

Definition at line 358 of file choleskyInversion.h.

Member Function Documentation

◆ eval()

template<typename M1 , typename M2 , int N>
static constexpr void math::cholesky::Inverter< M1, M2, N >::eval ( M1 const &  src,
M2 &  dst 
)
inlinestatic

Definition at line 359 of file choleskyInversion.h.

References math::cholesky::dst, and TrackRefitter_38T_cff::src.

359 { dst = src.inverse(); }
constexpr void M2 & dst