Modules§
- errors
- identities
- Contains methods for getting identity matricies and scalars
- mat
- Contains the
Matrixstruct and most associated methods - position
- Contains the
Positionstruct - prelude
Macros§
- empty
- identity
- Creates a
$Mx$Midentity matrix of type$T. - matrix
- Creates a matrix of shape (
$M,$N) with flat data$data. - vector
- Creates a 1-dimensional matrix, i.e. a vector.