Searched refs:factorize (Results 1 – 16 of 16) sorted by relevance
61 DiagonalPreconditioner& factorize(const MatType& mat) in factorize() function80 return factorize(mat); in compute()138 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; }
83 Derived& factorize(const MatrixType& A) in factorize() function87 m_preconditioner.factorize(A); in factorize()
89 void factorize(const MatrixType& amat);100 factorize(amat); in compute()240 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize() function
267 void factorize(ColSpMatrix& mat);341 factorize(mat);380 void PastixBase<Derived>::factorize(ColSpMatrix& mat)501 void factorize(const MatrixType& matrix)505 Base::factorize(temp);605 void factorize(const MatrixType& matrix)609 Base::factorize(temp);686 void factorize(const MatrixType& matrix)690 Base::factorize(temp);
256 void factorize(const MatrixType& a) in factorize() function419 void factorize(const MatrixType& a)421 Base::template factorize<false>(a);513 void factorize(const MatrixType& a)515 Base::template factorize<true>(a);608 void factorize(const MatrixType& a)611 Base::template factorize<true>(a);613 Base::template factorize<false>(a);
3 define i32 @factorize(i32 %x, i32 %y) {4 ; CHECK: @factorize
336 derived().factorize(matrix);526 void factorize(const MatrixType& matrix);604 void SuperLU<MatrixType>::factorize(const MatrixType& a)860 void factorize(const MatrixType& matrix);919 void SuperILU<MatrixType>::factorize(const MatrixType& a)
198 factorize(matrix); in compute()258 void factorize(const MatrixType& matrix) in factorize() function
208 factorize(matrix); in compute()268 void factorize(const MatrixType& matrix) in factorize() function
38 void factorize(int nfft) in factorize() function394 pd.factorize(nfft); in get_plan()
164 Derived& factorize(const MatrixType& matrix);353 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
44 solver.factorize(A); in check_sparse_solving()
321 solver.factorize(A);326 solver.factorize(A);331 The compute() method is equivalent to calling both analyzePattern() and factorize().
678 * libpp/format_output.cpp: re-factorize a bit by moving anon692 * libpp/format_output.cpp: implement cg_formatter, factorize some code
3203 * pp/oprofpp_util.cpp: factorize event settings output
256 278892 gdbsrv: factorize gdb version handling, fix doc and typos