Skip to content

Typedef mat

typedef mat simd

using mat = vec<vec<T, N1>, N2>

Matrix alias: a vector of vectors, N2 rows of N1 columns.

Template parameters
T Element type.
N1 Row width (columns).
N2 Number of rows (defaults to N1 ).

Fully qualified name: kfr::mat

Declared at simd/vec.hpp:1935

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.