mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
9 lines
98 B
Go
9 lines
98 B
Go
package testblas
|
|
|
|
const (
|
|
SmallMat = 10
|
|
MediumMat = 100
|
|
LargeMat = 1000
|
|
HugeMat = 10000
|
|
)
|