|
KASKADE 7 development version
|
Functions | |
| template<class Scalar > | |
| std::vector< Scalar > | choleskyFactor (DynamicMatrix< Scalar > const &A) |
| template<class Scalar > | |
| void | choleskySolve (int n, int nrhs, std::vector< Scalar > const &L, Scalar *b) |
| std::vector< Scalar > Kaskade::DomainDecompositionPreconditionerDetail::choleskyFactor | ( | DynamicMatrix< Scalar > const & | A | ) |
| void Kaskade::DomainDecompositionPreconditionerDetail::choleskySolve | ( | int | n, |
| int | nrhs, | ||
| std::vector< Scalar > const & | L, | ||
| Scalar * | b | ||
| ) |
Referenced by Kaskade::DenseCholeskyLocalMatrixStorage< m, Scalar >::mv().