![]() |
deal.II version GIT relicensing-3325-gccc124ab5a 2025-05-17 05:00:00+00:00
|
#include <deal.II/base/template_constraints.h>
A concept that tests whether objects of type MatrixType
can act as the transposes of linear operators on VectorType
. In practice, that means that MatrixType
must have a Tvmult()
member function that can take a VectorType
object as input and produce another VectorType
as output (both objects being taken as arguments to the vmult()
function).
Definition at line 1098 of file template_constraints.h.