Docs
0%
Matrix
Matrix provides standard 2D linear algebra functions on tensors, using gonum functions for the implementations.
Basic matrix multiplication:
And other standard matrix operations:
Including eigenvector functions:
Next