deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/lac/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)) |
Definition at line 489 of file packaged_operation.h.
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 |