deal.II version GIT relicensing-2289-g1e5549a87a 2024-12-21 21:30: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 |