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.h218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> …
439 if (!Eigen::internal::init_rows_cols (n_row, n_col, Row, Col, A, p, stats)) in colamd()
489 static Index init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols() function