Classes | Namespaces | Macros | Enumerations | Functions
CholmodSupport.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::cholmod_configure_matrix< Scalar >
 
struct  Eigen::internal::cholmod_configure_matrix< double >
 
struct  Eigen::internal::cholmod_configure_matrix< std::complex< double > >
 
class  Eigen::CholmodBase< _MatrixType, _UpLo, Derived >
 The base class for the direct Cholesky factorization of Cholmod. More...
 
class  Eigen::CholmodDecomposition< _MatrixType, _UpLo >
 A general Cholesky factorization and solver based on Cholmod. More...
 
class  Eigen::CholmodSimplicialLDLT< _MatrixType, _UpLo >
 A simplicial direct Cholesky (LDLT) factorization and solver based on Cholmod. More...
 
class  Eigen::CholmodSimplicialLLT< _MatrixType, _UpLo >
 A simplicial direct Cholesky (LLT) factorization and solver based on Cholmod. More...
 
class  Eigen::CholmodSupernodalLLT< _MatrixType, _UpLo >
 A supernodal Cholesky (LLT) factorization and solver based on Cholmod. More...
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 

Macros

#define EIGEN_CHOLMOD_SPECIALIZE0(ret, name)
 
#define EIGEN_CHOLMOD_SPECIALIZE1(ret, name, t1, a1)
 

Enumerations

enum  Eigen::CholmodMode { Eigen::CholmodAuto, Eigen::CholmodSimplicialLLt, Eigen::CholmodSupernodalLLt, Eigen::CholmodLDLt }
 

Functions

template<typename _StorageIndex >
int Eigen::internal::cm_factorize_p (cholmod_sparse *A, double beta[2], _StorageIndex *fset, std::size_t fsize, cholmod_factor *L, cholmod_common &Common)
 
template<>
int Eigen::internal::cm_factorize_p< SuiteSparse_long > (cholmod_sparse *A, double beta[2], SuiteSparse_long *fset, std::size_t fsize, cholmod_factor *L, cholmod_common &Common)
 
template<typename _StorageIndex >
cholmod_dense * Eigen::internal::cm_solve (int sys, cholmod_factor &L, cholmod_dense &B, cholmod_common &Common)
 
template<>
cholmod_dense * Eigen::internal::cm_solve< SuiteSparse_long > (int sys, cholmod_factor &L, cholmod_dense &B, cholmod_common &Common)
 
template<typename _StorageIndex >
cholmod_sparse * Eigen::internal::cm_spsolve (int sys, cholmod_factor &L, cholmod_sparse &B, cholmod_common &Common)
 
template<>
cholmod_sparse * Eigen::internal::cm_spsolve< SuiteSparse_long > (int sys, cholmod_factor &L, cholmod_sparse &B, cholmod_common &Common)
 
template<typename _Scalar , int _Options, typename _Index >
const cholmod_sparse Eigen::viewAsCholmod (const SparseMatrix< _Scalar, _Options, _Index > &mat)
 
template<typename _Scalar , int _Options, typename _Index , unsigned int UpLo>
cholmod_sparse Eigen::viewAsCholmod (const SparseSelfAdjointView< const SparseMatrix< _Scalar, _Options, _Index >, UpLo > &mat)
 
template<typename _Scalar , int _Options, typename _Index >
const cholmod_sparse Eigen::viewAsCholmod (const SparseVector< _Scalar, _Options, _Index > &mat)
 
template<typename Derived >
cholmod_dense Eigen::viewAsCholmod (MatrixBase< Derived > &mat)
 
template<typename _Scalar , int _Options, typename _StorageIndex >
cholmod_sparse Eigen::viewAsCholmod (Ref< SparseMatrix< _Scalar, _Options, _StorageIndex > > mat)
 
template<typename Scalar , int Flags, typename StorageIndex >
MappedSparseMatrix< Scalar, Flags, StorageIndex > Eigen::viewAsEigen (cholmod_sparse &cm)
 

Macro Definition Documentation

◆ EIGEN_CHOLMOD_SPECIALIZE0

#define EIGEN_CHOLMOD_SPECIALIZE0 (   ret,
  name 
)
Value:
template<typename _StorageIndex> inline ret cm_ ## name (cholmod_common &Common) { return cholmod_ ## name (&Common); } \
template<> inline ret cm_ ## name<SuiteSparse_long> (cholmod_common &Common) { return cholmod_l_ ## name (&Common); }

Definition at line 169 of file CholmodSupport.h.

◆ EIGEN_CHOLMOD_SPECIALIZE1

#define EIGEN_CHOLMOD_SPECIALIZE1 (   ret,
  name,
  t1,
  a1 
)
Value:
template<typename _StorageIndex> inline ret cm_ ## name (t1& a1, cholmod_common &Common) { return cholmod_ ## name (&a1, &Common); } \
template<> inline ret cm_ ## name<SuiteSparse_long> (t1& a1, cholmod_common &Common) { return cholmod_l_ ## name (&a1, &Common); }

Definition at line 173 of file CholmodSupport.h.

name
Annotation for function names.
Definition: attr.h:51
ret
DenseIndex ret
Definition: level1_cplx_impl.h:44
name
static char name[]
Definition: rgamma.c:72
align_3::a1
Point2 a1
Definition: testPose2.cpp:769


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:00