Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType > Struct Template Reference

#include <SimplicialCholesky.h>

Public Types

typedef CholMatrixType const * ConstCholMatrixPtr
 

Static Public Member Functions

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

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
24  {
25  tmp = input;
26  pmat = &tmp;
27  }
Eigen::Matrix< Scalar, Dynamic, Dynamic, ColMajor > tmp
Definition: level3_impl.h:365

References tmp.

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


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