ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
Loading...
Searching...
No Matches
ezp::has_mem Concept Reference
Concept definition
template
<
typename
T>
concept
ezp::has_mem
=
requires
(
T
t
) {
requires
data_t
<std::remove_pointer_t<
decltype
(
t
.mem())>>; }
pardiso
Solver for general sparse matrices.
ezp::data_t
Definition
traits.hpp:34
ezp::has_mem
Definition
traits.hpp:37
ezp
has_mem
Generated by
1.9.8