Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + type Matrix interface + At func(i, j int) float64 + Dims func() (r, c int) + T func() Matrix + type MatrixWrap struct + func (m MatrixWrap) At(i, j int) float64 + func (m MatrixWrap) Dims() (r, c int) + func (m MatrixWrap) Set(i, j int, v float64) + func (m MatrixWrap) T() Matrix