HomeSort by relevance Sort by last modified time
    Searched full:outerind (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 117 int *outerInd;
189 res.storage.outerInd = mat.derived().outerIndexPtr();
248 res.storage.outerInd = mat.outerIndexPtr();
280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
281 sluMat.storage.outerInd, sluMat.storage.innerInd, reinterpret_cast<Scalar*>(sluMat.storage.values) );

Completed in 402 milliseconds