Home | History | Annotate | Download | only in PaStiXSupport

Lines Matching defs:compute

223     // Compute the ordering and the symbolic factorization
226 // Compute the numerical factorization
239 void compute(ColSpMatrix& mat);
295 void PastixBase<Derived>::compute(ColSpMatrix& mat)
429 compute(matrix);
431 /** Compute the LU supernodal factorization of \p matrix.
436 void compute (const MatrixType& matrix)
441 Base::compute(temp);
443 /** Compute the LU symbolic factorization of \p matrix using its sparsity pattern.
456 /** Compute the LU supernodal factorization of \p matrix
541 compute(matrix);
544 /** Compute the L factor of the LL^T supernodal factorization of \p matrix
547 void compute (const MatrixType& matrix)
551 Base::compute(temp);
554 /** Compute the LL^T symbolic factorization of \p matrix using its sparsity pattern
564 /** Compute the LL^T supernodal numerical factorization of \p matrix
625 compute(matrix);
628 /** Compute the L and D factors of the LDL^T factorization of \p matrix
631 void compute (const MatrixType& matrix)
635 Base::compute(temp);
638 /** Compute the LDL^T symbolic factorization of \p matrix using its sparsity pattern
648 /** Compute the LDL^T supernodal numerical factorization of \p matrix