Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching refs:ncol

185     res.ncol      = internal::convert_index<int>(mat.cols());
201 res.ncol = internal::convert_index<int>(mat.rows());
207 res.ncol = internal::convert_index<int>(mat.cols());
243 res.ncol = mat.cols();
260 res.ncol = mat.rows();
266 res.ncol = mat.cols();
303 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
306 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
413 m_sluB.ncol = 0;