Searched refs:NbColsAtOnce (Results 1 – 1 of 1) sorted by relevance
28 static const Index NbColsAtOnce = 4; in solve_sparse_through_dense_panels() local32 Index tmpCols = (std::min)(rhsCols, NbColsAtOnce); in solve_sparse_through_dense_panels()35 for(Index k=0; k<rhsCols; k+=NbColsAtOnce) in solve_sparse_through_dense_panels()37 Index actualCols = std::min<Index>(rhsCols-k, NbColsAtOnce); in solve_sparse_through_dense_panels()