Versions in this module Expand all Collapse all v0 v0.15.0 Oct 18, 2025 v0.12.0 Oct 12, 2025 Changes in this version + type Matrix [][]float64 + func New(rows, cols int) Matrix + func (A Matrix) Cols() int + func (A Matrix) Copy() Matrix + func (A Matrix) Mul(B, C Matrix) Matrix + func (A Matrix) Print(title string, f func(int) string) + func (A Matrix) Rows() int + func (A Matrix) Set(value float64) + func (A Matrix) SetRow(row int, value float64)