Searched defs:SuiteSparse (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dsuitesparse.h31 // A simple C++ interface to the SuiteSparse and CHOLMOD libraries.
51 // Before SuiteSparse version 4.2.0, cholmod_camd was only enabled
52 // if SuiteSparse was compiled with Metis support. This makes
66 // newer versions of SuiteSparse. So for older versions of
67 // SuiteSparse, we define SuiteSparse_long to be the same as UF_long,
68 // which is what recent versions of SuiteSparse do anyways.
84 class SuiteSparse { class in namespace:ceres::internal
86 SuiteSparse();
87 ~SuiteSparse();
100 // use the SuiteSparse machiner
[all...]
H A Dsuitesparse.cc47 SuiteSparse::SuiteSparse() { function in class:ceres::internal::SuiteSparse
51 SuiteSparse::~SuiteSparse() {
55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) {
74 cholmod_sparse* SuiteSparse::CreateSparseMatrixTranspose(
95 cholmod_sparse SuiteSparse::CreateSparseMatrixTransposeView(
116 cholmod_dense* SuiteSparse::CreateDenseVector(const double* x,
127 cholmod_factor* SuiteSparse::AnalyzeCholesky(cholmod_sparse* A,
151 cholmod_factor* SuiteSparse
[all...]

Completed in 84 milliseconds