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 289 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 
)
inlinestaticconstexpr

Definition at line 290 of file choleskyInversion.h.

290 { dst = src.inverse(); }

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

Referenced by math::cholesky::invert().

TrackRefitter_38T_cff.src
src
Definition: TrackRefitter_38T_cff.py:24
math::cholesky::dst
M2 & dst
Definition: choleskyInversion.h:158