Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp2499 int Sparse::newCholLLT(Sparse** _SpPermut, Sparse** _SpFactor) const in newCholLLT() argument
2510 *_SpPermut = NULL; in newCholLLT()
2520 *_SpPermut = new Sparse(static_cast<int>(p.rows()), static_cast<int>(p.cols())); in newCholLLT()
2523 (*_SpPermut)->set(i, p.indices()[i], 1, false); in newCholLLT()
2526 (*_SpPermut)->finalize(); in newCholLLT()