lapack: remove Comp type

This commit is contained in:
Vladimir Chalupecky
2018-08-21 12:26:26 +02:00
committed by Vladimír Chalupecký
parent 705671e829
commit 3c25c9ca05

View File

@@ -8,8 +8,6 @@ import "gonum.org/v1/gonum/blas"
const None = 'N' const None = 'N'
type Comp byte
// Complex128 defines the public complex128 LAPACK API supported by gonum/lapack. // Complex128 defines the public complex128 LAPACK API supported by gonum/lapack.
type Complex128 interface{} type Complex128 interface{}