CMS 3D CMS Logo

List of all members | Static Public Member Functions
Matriplex::CholeskyInverterSym< T, D, N > Struct Template Reference

#include <MatriplexSym.h>

Static Public Member Functions

static void invert (MPlexSym< T, D, N > &A)
 

Detailed Description

template<typename T, idx_t D, idx_t N>
struct Matriplex::CholeskyInverterSym< T, D, N >

Definition at line 419 of file MatriplexSym.h.

Member Function Documentation

◆ invert()

template<typename T , idx_t D, idx_t N>
static void Matriplex::CholeskyInverterSym< T, D, N >::invert ( MPlexSym< T, D, N > &  A)
inlinestatic

Definition at line 420 of file MatriplexSym.h.

Referenced by Matriplex::invertCholeskySym().

420 { throw std::runtime_error("general cholesky inversion not supported"); }