Record

sparse-vector-data

No description available.

record sparse-vector-data {
  indices: list​<s64>,
  values: list​<f64>,
}

Fields

NameTypeDescription
indiceslist​<s64>
valueslist​<f64>