OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nzmax
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
suitesparse.cc
60
triplet.
nzmax
= A->max_num_nonzeros();
80
triplet.
nzmax
= A->max_num_nonzeros();
100
m.
nzmax
= A->num_nonzeros();
228
block_matrix.
nzmax
= block_rows.size();
cxsparse.cc
124
block_matrix.
nzmax
= block_rows.size();
172
At.
nzmax
= A->num_nonzeros();
181
tsm_wrapper.
nzmax
= tsm->num_nonzeros();
covariance_impl.cc
450
cholmod_jacobian.
nzmax
= num_nonzeros;
/external/eigen/Eigen/src/OrderingMethods/
Amd.h
96
k2, k3, jlast, ln, dense,
nzmax
, mindeg = 0, nvi, nvj, nvk, mark, wnvi,
local
126
nzmax
= t;
182
if(elenk > 0 && cnz + mindeg >=
nzmax
)
201
cnz = q; /* Ci[cnz...
nzmax
-1] now free */
247
if(elenk != 0) cnz = pk2; /* Ci[cnz...
nzmax
] is free */
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
55
res.
nzmax
= mat.nonZeros();
129
res.
nzmax
= res.nrow * res.ncol;
Completed in 1526 milliseconds