Muscat.Matrix.Cell (muscat v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Muscat.Matrix.Cell{
  col: integer(),
  row: integer(),
  value: Muscat.Fraction.t() | :any
}