Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

matrices

matrices

matrices -- unit type defining features related to matrix

matrices is a unit type defining features related to matrix but not
requiring an instance.

redefines:

NYI: There is currently no easy way to get hold of an instance of the unit
type corresponding to E.

redef zero => matrix E.zero E.zero
redef one => matrix E.one E.zero

dummy implementations:

redefines: