numerics 0.1.0
Loading...
Searching...
No Matches
num::SPDLinearOperator Concept Reference

Operator declared to satisfy \(x^T A x > 0\) for all nonzero \(x\). More...

#include <concepts.hpp>

Concept definition

template<class Op, class X Vector, class Y Vector>
typename std::remove_cvref_t<Op>::spd_operator_tag;
}
Operator declared to satisfy for all nonzero .
Definition concepts.hpp:82
Operator declared to satisfy .
Definition concepts.hpp:76

Detailed Description

Operator declared to satisfy \(x^T A x > 0\) for all nonzero \(x\).

Definition at line 82 of file concepts.hpp.