Lines Matching refs:pfree
224 …[], colamd_col<Index> Col [], Index A [], Index head [], Index n_col2, Index max_deg, Index pfree);
233 …n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index *pfree) ;
955 Index pfree /* index of first free slot (2*nnz on entry) */ in find_ordering() argument
1044 if (pfree + needed_memory >= Alen) in find_ordering()
1046 pfree = Eigen::internal::garbage_collection (n_row, n_col, Row, Col, A, &A [pfree]) ; in find_ordering()
1049 COLAMD_ASSERT (pfree + needed_memory < Alen) ; in find_ordering()
1058 pivot_row_start = pfree ; in find_ordering()
1092 COLAMD_ASSERT (pfree < Alen) ; in find_ordering()
1094 A [pfree++] = col ; in find_ordering()
1120 pivot_row_length = pfree - pivot_row_start ; in find_ordering()
1714 Index *pfree /* &A [0] ... pfree is in use */ in garbage_collection() argument
1779 while (psrc < pfree) in garbage_collection()