HomeSort by relevance Sort by last modified time
    Searched refs:nzmax (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
suitesparse.cc 56 triplet.nzmax = A->max_num_nonzeros();
76 triplet.nzmax = A->max_num_nonzeros();
96 m.nzmax = A->num_nonzeros();
216 block_matrix.nzmax = block_rows.size();
cxsparse.cc 121 block_matrix.nzmax = block_rows.size();
169 At.nzmax = A->num_nonzeros();
178 tsm_wrapper.nzmax = tsm->num_nonzeros();;
covariance_impl.cc 430 cholmod_jacobian_view.nzmax = jacobian.values.size();
639 cholmod_jacobian.nzmax = num_nonzeros;
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 100 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local
130 nzmax = t;
186 if(elenk > 0 && cnz + mindeg >= nzmax)
205 cnz = q; /* Ci[cnz...nzmax-1] now free */
251 if(elenk != 0) cnz = pk2; /* Ci[cnz...nzmax] is free */
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 56 res.nzmax = mat.nonZeros();
124 res.nzmax = res.nrow * res.ncol;

Completed in 81 milliseconds