Documentation
¶
Index ¶
- func MatMat(m, n, k int, a []float64, b []float64, c []float64)
- func MatTransMat(m, n, k int, a []float64, b []float64, c []float64)
- func MatTransVec(size int, mat []float64, x []float64, y []float64)
- func MatVec(size int, mat []float64, x []float64, y []float64)
- func SolveLinearEquations(size int, mat []float64, nrhs int, b []float64) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.