Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp2502 RealSparseCol_t spColMajor = RealSparseCol_t((const RealSparse_t&) * matrixReal); in newCholLLT() local
2505 Eigen::SimplicialLLT<RealSparseCol_t> pLLT(spColMajor); in newCholLLT()