mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
staticcheck
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/tuneinsight/lattigo/v4/utils/buffer"
|
||||
)
|
||||
|
||||
// Vector is a struct wrapping a doube slice of components of type T.
|
||||
// Matrix is a struct wrapping a doube slice of components of type T.
|
||||
// T can be:
|
||||
// - uint, uint64, uint32, uint16, uint8/byte, int, int64, int32, int16, int8, float64, float32.
|
||||
// - Or any object that implements CopyNewer, CopyNewer, BinarySizer, io.WriterTo or io.ReaderFrom
|
||||
|
||||
Reference in New Issue
Block a user