linalg library
Classes
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