|
numerics 0.1.0
|
#include <small_matrix.hpp>
Public Member Functions | |
| constexpr void | apply (real &x, real &y) const noexcept |
| constexpr void | apply_t (real &x, real &y) const noexcept |
| constexpr SmallMatrix< 2, 2 > | matrix () const noexcept |
Static Public Member Functions | |
| static constexpr GivensRotation | from (real a, real b) noexcept |
| Construct \(G=\begin{bmatrix}c&s\\-s&c\end{bmatrix}\). | |
Public Attributes | |
| real | c = 1 |
| real | s = 0 |
Definition at line 135 of file small_matrix.hpp.
Definition at line 148 of file small_matrix.hpp.
Definition at line 154 of file small_matrix.hpp.
|
inlinestaticconstexprnoexcept |
Construct \(G=\begin{bmatrix}c&s\\-s&c\end{bmatrix}\).
Definition at line 140 of file small_matrix.hpp.
|
inlineconstexprnoexcept |
Definition at line 160 of file small_matrix.hpp.
| real num::GivensRotation::c = 1 |
Definition at line 136 of file small_matrix.hpp.
| real num::GivensRotation::s = 0 |
Definition at line 137 of file small_matrix.hpp.