Discover Packages
github.com/erni27/regression
internal
matrix
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrNonInvertibleMatrix = errors .New ("matrix is not invertible")
ErrOperationNotAllowed = errors .New ("operation not allowed")
ErrInvalidMatrix = errors .New ("invalid matrix")
)
Inverse performs matrix inversion.
IsValid checks if a 2D slice is a valid matrix.
Multiply produces matrix product z=xy.
MultiplyByVector multiples a given matrix by a given vector.
Transpose performs a matrix transposition.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.