aimstil  5.0.5
til::simple_matrix< D, TPrec > Struct Template Reference

A full, square matrix whose size is known at compile time. More...

#include <til/Matrix3.h>

Public Types

typedef matrix< multi_array< numeric_array< TPrec, D *D >, D > > type
 

Detailed Description

template<std::size_t D, typename TPrec>
struct til::simple_matrix< D, TPrec >

A full, square matrix whose size is known at compile time.

Definition at line 81 of file Matrix3.h.

Member Typedef Documentation

◆ type

template<std::size_t D, typename TPrec >
typedef matrix<multi_array<numeric_array<TPrec, D*D>, D> > til::simple_matrix< D, TPrec >::type

Definition at line 83 of file Matrix3.h.


The documentation for this struct was generated from the following file: