//
pkg.gl
Category
github.com/mhr3/gocc
example
simd
package
0.15.0
Repository:
https://github.com/mhr3/gocc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
133 SLOC
#
Functions
Matmul
Matmul multiplies matrix M by N and writes the result into dst.
NewMatrix
NewMatrix creates a new dense matrix.
#
Structs
Matrix
Matrix represents a Matrix using the conventional storage scheme.