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

  /external/ceres-solver/internal/ceres/
cxsparse.cc 99 At.nzmax = A->num_nonzeros();
108 tsm_wrapper.nzmax = tsm->num_nonzeros();;
suitesparse.cc 45 triplet.nzmax = A->max_num_nonzeros();
65 triplet.nzmax = A->max_num_nonzeros();
85 m->nzmax = A->num_nonzeros();
172 block_matrix.nzmax = block_rows.size();
  /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 643 milliseconds