HomeSort by relevance Sort by last modified time
    Searched defs:SuiteSparse (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
suitesparse.cc 32 #include "ceres/suitesparse.h"
43 SuiteSparse::SuiteSparse() {
47 SuiteSparse::~SuiteSparse() {
51 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) {
70 cholmod_sparse* SuiteSparse::CreateSparseMatrixTranspose(
91 cholmod_sparse SuiteSparse::CreateSparseMatrixTransposeView(
112 cholmod_dense* SuiteSparse::CreateDenseVector(const double* x,
123 cholmod_factor* SuiteSparse::AnalyzeCholesky(cholmod_sparse* A)
    [all...]
suitesparse.h 31 // A simple C++ interface to the SuiteSparse and CHOLMOD libraries.
48 // Before SuiteSparse version 4.2.0, cholmod_camd was only enabled
49 // if SuiteSparse was compiled with Metis support. This makes
63 // newer versions of SuiteSparse. So for older versions of
64 // SuiteSparse, we define SuiteSparse_long to be the same as UF_long,
65 // which is what recent versions of SuiteSparse do anyways.
81 class SuiteSparse {
83 SuiteSparse();
84 ~SuiteSparse();
97 // use the SuiteSparse machinery to allocate memory
    [all...]

Completed in 84 milliseconds