|
numerics 0.1.0
|
Constexpr fixed-size vector, matrix, and Givens rotation helpers. More...
Go to the source code of this file.
Classes | |
| struct | num::SmallVec< N > |
| struct | num::SmallMatrix< M, N > |
| struct | num::GivensRotation |
Namespaces | |
| namespace | num |
Functions | |
| template<idx N> | |
| constexpr SmallVec< N > | num::operator+ (SmallVec< N > a, const SmallVec< N > &b) noexcept |
| template<idx N> | |
| constexpr SmallVec< N > | num::operator* (real s, SmallVec< N > v) noexcept |
Constexpr fixed-size vector, matrix, and Givens rotation helpers.
Definition in file small_matrix.hpp.