Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType > Struct Template Reference

#include <src/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h>

Public Types

typedef CholMatrixType constConstCholMatrixPtr
 

Static Public Member Functions

static void run (const InputMatrixType &input, ConstCholMatrixPtr &pmat, CholMatrixType &tmp)
 

Detailed Description

template<typename CholMatrixType, typename InputMatrixType>
struct Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >

Member Typedef Documentation

◆ ConstCholMatrixPtr

template<typename CholMatrixType , typename InputMatrixType >
typedef CholMatrixType const* Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::ConstCholMatrixPtr

Member Function Documentation

◆ run()

template<typename CholMatrixType , typename InputMatrixType >
static void Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::run ( const InputMatrixType &  input,
ConstCholMatrixPtr pmat,
CholMatrixType &  tmp 
)
inlinestatic
25 {
26 tmp = input;
27 pmat = &tmp;
28 }
static int input(void)

References input().

Referenced by Eigen::SimplicialCholeskyBase< Derived >::factorize(), and Eigen::SimplicialCholeskyBase< Derived >::ordering().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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