numerics 0.1.0
Loading...
Searching...
No Matches
small_matrix.hpp File Reference

Constexpr fixed-size vector, matrix, and Givens rotation helpers. More...

#include "core/types.hpp"
#include <array>
#include <cmath>

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
 

Detailed Description

Constexpr fixed-size vector, matrix, and Givens rotation helpers.

Definition in file small_matrix.hpp.