Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseSolver/
H A DPardisoSolver.cpp77 A->GenerateCompressedRowMajorFormat(a, ia, ja, upperTriangleOnly, oneIndexed); in PardisoSolver()
218 A->GenerateCompressedRowMajorFormat(a, NULL, NULL, upperTriangleOnly, oneIndexed); in FactorMatrix()
394 A->GenerateCompressedRowMajorFormat(a, NULL, NULL, upperTriangleOnly, oneIndexed); in SolveLinearSystemDirectIterative()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DsparseMatrix.h354 …void GenerateCompressedRowMajorFormat(double * a, int * ia, int * ja, int upperTriangleOnly=0, int…
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseMatrix/
H A DsparseMatrix.h354 …void GenerateCompressedRowMajorFormat(double * a, int * ia, int * ja, int upperTriangleOnly=0, int…
H A DsparseMatrix.cpp1323 void SparseMatrix::GenerateCompressedRowMajorFormat(double * a, int * ia, int * ja, int upperTriang… in GenerateCompressedRowMajorFormat() function in SparseMatrix