Home
last modified time | relevance | path

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

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DMatrixEntry.cpp415 void MatrixEntry::toSkyline() in toSkyline() function in xlifepp::MatrixEntry
417 if(rEntries_p != 0) {rEntries_p->toSkyline(); return;} in toSkyline()
418 if(cEntries_p != 0) {cEntries_p->toSkyline(); return;} in toSkyline()
419 if(rmEntries_p != 0) {rmEntries_p->toSkyline(); return;} in toSkyline()
420 if(cmEntries_p != 0) {cmEntries_p->toSkyline(); return;} in toSkyline()
2204 tmp->toSkyline(); in eigenSolve()
2226 if (_skyline != prA->storageType()) prA->toSkyline(); in eigenSolve()
2268 tmp->toSkyline(); in eigenSolve()
2295 if (_skyline != pcA->storageType()) pcA->toSkyline(); in eigenSolve()
2428 prB->toSkyline(); in eigenSolve()
[all …]
H A DMatrixEntry.hpp109 …void toSkyline(); //!< convert current matrix storage to skyline sto…
H A DLargeMatrix.hpp340 void toSkyline(); //!< convert current matrix storage to skyline storage
1110 void LargeMatrix<T>::toSkyline() in toSkyline() function in xlifepp::LargeMatrix
3677 res->toSkyline(); in addMatrixMatrixSkyline()
3688 pA->toSkyline(); in addMatrixMatrixSkyline()
3696 pB->toSkyline(); in addMatrixMatrixSkyline()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/skylineStorage/
H A DSkylineStorage.cpp45 MatrixStorage* SkylineStorage::toSkyline(AccessType at) in toSkyline() function in xlifepp::SkylineStorage
H A DSkylineStorage.hpp65 …virtual MatrixStorage* toSkyline(AccessType at=_dual); //!< create skyline storage from current st…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DTermMatrix.hpp269 …void toSkyline(); //!< convert to skyline stor…
H A DTermMatrix.cpp1307 void TermMatrix::toSkyline() in toSkyline() function in xlifepp::TermMatrix
1322 …if(sutm->entries()->storageType() == _cs) sutm->entries()->toSkyline(); //convert entries to skyl… in toSkyline()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/arpackppSupport/
H A DARInterface.cpp562 fact_p->toSkyline(); in newSkyline()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/
H A Dxlifepp-listings-style.sty327 …al, toImag, toLargeMatrix, toLocal, toReal, toReferenceSpace, toScalar, toSkyline, toStorage, tost…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DLargeMatrix.tex136 void toSkyline();
H A DTermMatrix.tex265 void toSkyline();