![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include <phys.h>


Public Types | |
| using | value_type = T |
| using | size_type = std::size_t |
Public Member Functions | |
| CONSTEXPR_DECOR T * | operator[] (std::size_t i) |
Public Attributes | |
| T | _data [M][N] |
Static Public Attributes | |
| static constexpr size_type | row_size = M |
| static constexpr size_type | column_size = N |
| using phys::inner::matrix< T, M, N >::size_type = std::size_t |
| using phys::inner::matrix< T, M, N >::value_type = T |
|
inline |
Definition at line 630 of file phys.h.
References phys::inner::matrix< T, M, N >::_data.
| T phys::inner::matrix< T, M, N >::_data[M][N] |
Definition at line 635 of file phys.h.
Referenced by phys::unitsys::eval(), and phys::inner::matrix< T, M, N >::operator[]().
|
staticconstexpr |
|
staticconstexpr |