linalg library
Classes
Enums
- Axis
- A type of direction, using in some methods of Matrix class
- Decomposition
- Distance
- A type of vector distance
- DType
- A type, denoting, how data will be stored and processed in vectors or matrices
- EigenMethod
- Inverse
- MatrixNorm
- A matrix norm type
- Norm
- Vector norm types
- SortDirection
Functions
-
distanceTypeToJson(
Distance distance) → String -
dTypeToJson(
DType? dtype) → String? -
Encodes
dtype
to a json-serializable value -
fromDistanceTypeJson(
String encodedValue) → Distance -
fromDTypeJson(
String? json) → DType? - Restores the original DType value by given encoded string
-
fromMatrixJson(
Map< String, dynamic> ? json) → Matrix? -
Restores a matrix instance from given
json
-
matrixToJson(
Matrix? matrix) → Map< String, dynamic> ? -
Encodes a
matrix
to a json-serializable map