mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
lapack: remove Comp type
This commit is contained in:

committed by
Vladimír Chalupecký

parent
705671e829
commit
3c25c9ca05
@@ -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{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user