package
2.0.1+incompatible
Repository: https://github.com/danfaizer/go-chart.git
Documentation: pkg.go.dev
# Functions
Eye returns the eye matrix.
Identity returns the identity matrix of a given order.
New returns a new matrix.
NewFromArrays creates a matrix from a jagged array set.
Ones returns an matrix of ones.
Poly returns the polynomial regress of a given degree over the given values.
Zero returns a matrix of a given size zeroed.
# Constants
DefaultEpsilon represents the minimum precision for matrix math operations.
# Variables
ErrDimensionMismatch is a typical error.
ErrPolyRegArraysSameLength is a common error.
ErrSingularValue is a typical error.
# Type aliases
Vector is just an array of values.