![]() |
deal.II version 9.7.0
|
#include <deal.II/lac/packaged_operation.h>
Definition at line 489 of file packaged_operation.h.
Public Types | |
| using | type = decltype(test<T>(nullptr, nullptr, nullptr)) |
Static Private Member Functions | |
| template<typename C> | |
| static std::false_type | test (...) |
| template<typename C> | |
| static std::true_type | test (decltype(&C::operator+=), decltype(&C::operator-=), decltype(&C::l2_norm)) |
| using internal::PackagedOperationImplementation::has_vector_interface< T >::type = decltype(test<T>(nullptr, nullptr, nullptr)) |
Definition at line 505 of file packaged_operation.h.
|
staticprivate |
|
staticprivate |