Home
last modified time | relevance | path

Searched refs:init_rows_cols (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h211 static IndexType init_rows_cols (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], co…
432 if (!Eigen::internal::init_rows_cols (n_row, n_col, Row, Col, A, p, stats)) in colamd()
482 static IndexType init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols() function