OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuiteSparse
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
suitesparse.cc
35
#include "ceres/
suitesparse
.h"
47
SuiteSparse
::
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
[
all
...]
suitesparse.h
31
// 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
{
86
SuiteSparse
();
87
~
SuiteSparse
();
100
// use the
SuiteSparse
machinery to allocate memory
[
all
...]
Completed in 613 milliseconds