linalg library

Classes

Matrix
The Matrix class
Vector
The Vector class

Enums

VectorType

Typedefs

MatrixMapFunc = double Function(double x)

Exceptions / Errors

MatrixException
Base class of all Matrix class exceptions.
MatrixInvalidDimensions
An exception that is thrown if the dimensions are invalid for the operation.
MatrixNoInverseException
An exception that is thrown when invert is called on a non-invertable matrix.
MatrixUnsupportedOperation
An exception that is thrown if the operations is not supported on the type passed.