dvec.matrix

This module contains the Mat templated struct representing matrices and their operations.

Members

Structs

Mat
struct Mat(T, size_t rowCount, size_t colCount)

Generic struct that represents a matrix with rowCount rows and colCount columns, holding elements of type T. A matrix must be at least 1x1.

Meta