Home | History | Annotate | Download | only in ceres

Lines Matching full:matrix

65   triplet.stype = 0;  // Matrix is not symmetric.
87 triplet.stype = 0; // Matrix is not symmetric.
106 m.stype = 0; // Matrix is not symmetric.
131 // matrix dependence choice of supernodal versus simplicial
213 // Arrays storing the compressed column structure of the matrix
256 // distracting when the error (matrix is indefinite) is not a fatal
270 // NON_FATAL_FAILURE (e.g., indefinite matrix) and FATAL_FAILURE
286 *message = "CHOLMOD warning: Matrix not positive definite.";
323 bool SuiteSparse::ApproximateMinimumDegreeOrdering(cholmod_sparse* matrix,
325 return cholmod_amd(matrix, NULL, 0, ordering, &cc_);
329 cholmod_sparse* matrix,
333 return cholmod_camd(matrix, NULL, 0, constraints, ordering, &cc_);