Expand description

Error types for matrix and vector operations.

This contains two kind of errors. InvalidPositions represents errors when building a vector or matrix with invalid positions. IncompatibleDimensions represents errors when two objects have incompatible dimensions for a given operations such as addition or multiplication.

Structs

An error to represent incompatible dimensions in matrix and vector operations.

Enums

An error to represent invalid positions in a vector or matrix.

Type Definitions