Home | History | Annotate | Download | only in OrderingMethods

Lines Matching full:garbage_collection

233 static Index garbage_collection (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index *pfree) ;
1041 /* === Garbage_collection, if necessary ============================= */
1046 pfree = Eigen::internal::garbage_collection (n_row, n_col, Row, Col, A, &A [pfree]) ;
1693 /* === garbage_collection =================================================== */
1705 static Index garbage_collection /* returns the new value of pfree */