blob: 41d132be60afc1b3929f85688a95cecfe1107e3e [file] [log] [blame]
package testblas
const (
SmallMat = 10
MediumMat = 100
LargeMat = 1000
HugeMat = 10000
)