|
template<class T > |
T::Scalar | Kaskade::DirectSolver_Detail::hasScalar (typename T::Scalar *) |
|
template<class T > |
T::field_type | Kaskade::DirectSolver_Detail::hasFieldType (typename T::field_type *) |
|
template<class Scalar > |
size_t | Kaskade::DirectSolver_Detail::checkNanInf (Scalar const *x, size_t n, std::string const &what) |
| Checks a vector for nan/inf and reports their number to stderr. More...
|
|
template<class GOP , int firstRow, int lastRow, int firstCol, int lastCol> |
InverseLinearOperator< DirectSolver< typename AssembledGalerkinOperator< GOP, firstRow, lastRow, firstCol, lastCol >::Domain, typename AssembledGalerkinOperator< GOP, firstRow, lastRow, firstCol, lastCol >::Range > > | Kaskade::directInverseOperator (AssembledGalerkinOperator< GOP, firstRow, lastRow, firstCol, lastCol > const &A, DirectType directType, MatrixProperties properties) |
|
template<class Matrix , class Domain , class Range > |
InverseLinearOperator< DirectSolver< Domain, Range > > | Kaskade::directInverseOperator (MatrixRepresentedOperator< Matrix, Domain, Range > const &A, DirectType directType=DirectType::UMFPACK, MatrixProperties properties=MatrixProperties::GENERAL) |
|