Typedef mat¶
typedef mat simd¶
Matrix alias: a vector of vectors, N2 rows of N1 columns.
| 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.