#include <mat.h>
|
std::array< T, N *N > | m = {} |
|
|
static constexpr std::size_t | n_dim = N |
|
◆ type
template<template< typename > typename CRTP, typename
T , std::size_t N>
◆ vec_type
template<template< typename > typename CRTP, typename
T , std::size_t N>
◆ col()
template<template< typename > typename CRTP, typename
T , std::size_t N>
auto nngn::mat< CRTP, T, N >::col |
( |
std::size_t | i | ) |
const |
|
constexpr |
◆ data() [1/2]
template<template< typename > typename CRTP, typename
T , std::size_t N>
◆ data() [2/2]
template<template< typename > typename CRTP, typename
T , std::size_t N>
◆ operator[]() [1/2]
template<template< typename > typename CRTP, typename
T , std::size_t N>
auto nngn::mat< CRTP, T, N >::operator[] |
( |
std::size_t | i | ) |
|
|
constexpr |
◆ operator[]() [2/2]
template<template< typename > typename CRTP, typename
T , std::size_t N>
auto nngn::mat< CRTP, T, N >::operator[] |
( |
std::size_t | i | ) |
const |
|
constexpr |
◆ row()
template<template< typename > typename CRTP, typename
T , std::size_t N>
auto nngn::mat< CRTP, T, N >::row |
( |
std::size_t | i | ) |
const |
|
constexpr |
template<template< typename > typename CRTP, typename
T , std::size_t N>
◆ n_dim
template<template< typename > typename CRTP, typename
T , std::size_t N>
The documentation for this struct was generated from the following file: