Documentation ¶
Overview ¶
Package mat provides some additional utility functions that complement the excellent github.com/gonum/matrix/mat64 package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnMeans ¶
ColumnMeans returns a vector of all of the averages of each column.
func Diag ¶
Diag returns a vector of the matrix diagonal values, starting with (0, 0). If the matrix is not square, Diag pretends the matrix is square with a side-length of min(width, height).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.