|
numerics 0.1.0
|
#include <properties.hpp>
Public Types | |
| using | symmetric_operator_tag = void |
| using | spd_operator_tag = void |
Public Member Functions | |
| SPDOp (Op op) | |
| void | apply (const Vector &x, Vector &y) const |
| idx | rows () const noexcept |
| idx | cols () const noexcept |
| const Op & | base () const noexcept |
Definition at line 33 of file properties.hpp.
| using num::operators::SPDOp< Op >::spd_operator_tag = void |
Definition at line 36 of file properties.hpp.
| using num::operators::SPDOp< Op >::symmetric_operator_tag = void |
Definition at line 35 of file properties.hpp.
|
inlineexplicit |
Definition at line 38 of file properties.hpp.
|
inline |
Definition at line 41 of file properties.hpp.
|
inlinenoexcept |
Definition at line 45 of file properties.hpp.
|
inlinenoexcept |
Definition at line 43 of file properties.hpp.
|
inlinenoexcept |
Definition at line 42 of file properties.hpp.