Modules§
- errors
- identities
- Contains methods for getting identity matricies and scalars
- mat
- Contains the
Matrix
struct and most associated methods - position
- Contains the
Position
struct - prelude
Macros§
- empty
- identity
- Creates a
$M
x$M
identity 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.