package SPVM::AI::Util::FloatMatrix : public {
  has values : public float[];
  has rows_length : public int;
  has columns_length : public int;
}