Home
last modified time | relevance | path

Searched refs:outerInd (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h142 int *outerInd; member
215 res.storage.outerInd = mat.outerIndexPtr(); in Map()
274 res.storage.outerInd = mat.outerIndexPtr();
306 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
307 …sluMat.storage.outerInd, sluMat.storage.innerInd, reinterpret_cast<Scalar*>(sluMat.storage.values)…