Home | History | Annotate | Download | only in ceres

Lines Matching full:matrix

61   triplet.stype = 0;  // Matrix is not symmetric.
83 triplet.stype = 0; // Matrix is not symmetric.
102 m.stype = 0; // Matrix is not symmetric.
126 // matrix dependence choice of supernodal versus simplicial
201 // Arrays storing the compressed column structure of the matrix
242 // distracting when the error (matrix is indefinite) is not a fatal
256 // NON_FATAL_FAILURE (e.g., indefinite matrix) and FATAL_FAILURE
275 LOG(WARNING) << "CHOLMOD warning: Matrix not positive definite.";
321 void SuiteSparse::ApproximateMinimumDegreeOrdering(cholmod_sparse* matrix,
323 cholmod_amd(matrix, NULL, 0, ordering, &cc_);
327 cholmod_sparse* matrix,
331 cholmod_camd(matrix, NULL, 0, constraints, ordering, &cc_);