OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Alen
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/OrderingMethods/
Ordering.h
132
// Get the recommended value of
Alen
to be used by colamd
133
Index
Alen
= internal::colamd_recommended(nnz, m, n);
139
IndexVector p(n+1), A(
Alen
);
143
Index info = internal::colamd(m, n,
Alen
, A.data(), p.data(), knobs, stats);
Eigen_Colamd.h
195
The recommended length
Alen
of the array A passed to colamd is given by
224
static Index find_ordering (Index n_row, Index n_col, Index
Alen
, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], Index n_col2, Index max_deg, Index pfree);
250
* \brief Returns the recommended value of
Alen
252
* Returns recommended value of
Alen
for use by colamd.
261
* \return recommended value of
Alen
for use by colamd
322
* \param
Alen
, size of the array A
323
* \param A row indices of the matrix, of size
ALen
329
static bool colamd(Index n_row, Index n_col, Index
Alen
, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[COLAMD_STATS])
423
if (need >
Alen
)
428
stats [COLAMD_INFO2] =
Alen
;
[
all
...]
Completed in 75 milliseconds