opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
matrix.h File Reference
#include <cstddef>
#include <ostream>
#include <sstream>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::tuple_size< osc::Matrix< T, C, R > >
 
struct  std::tuple_element< I, osc::Matrix< T, C, R > >
 

Namespaces

namespace  osc
 

Functions

template<typename T , size_t C, size_t R>
std::ostream & osc::operator<< (std::ostream &o, const Matrix< T, C, R > &m)
 
template<typename T , size_t C, size_t R>
std::string osc::to_string (const Matrix< T, C, R > &m)
 
template<size_t I, typename T , size_t C, size_t R>
constexpr const Matrix< T, C, R >::value_type & osc::get (const Matrix< T, C, R > &m)
 
template<size_t I, typename T , size_t C, size_t R>
constexpr Matrix< T, C, R >::value_type & osc::get (Matrix< T, C, R > &m)
 
template<size_t I, typename T , size_t C, size_t R>
constexpr Matrix< T, C, R >::value_type && osc::get (Matrix< T, C, R > &&m)
 
template<size_t I, typename T , size_t C, size_t R>
constexpr const Matrix< T, C, R >::value_type && osc::get (const Matrix< T, C, R > &&m)