ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
Loading...
Searching...
No Matches
ezp::band_container_t Concept Reference
Concept definition
template
<
typename
T>
concept
ezp::band_container_t
=
requires
(
T
t
) {
requires
index_t
<
decltype
(
t
.kl)> &&
index_t
<
decltype
(
t
.ku)> &&
full_container_t<T>
; }
pardiso
Solver for general sparse matrices.
ezp::band_container_t
Definition
traits.hpp:48
ezp::full_container_t
Definition
traits.hpp:47
ezp::index_t
Definition
traits.hpp:35
ezp
band_container_t
Generated by
1.9.8