specialized arrays for complex types
parent
32481f8e2f
commit
d24b03098a
|
@ -0,0 +1,4 @@
|
||||||
|
USE: specialized-arrays.functor
|
||||||
|
IN: specialized-arrays.complex-double
|
||||||
|
|
||||||
|
<< "complex-double" define-array >>
|
|
@ -0,0 +1,4 @@
|
||||||
|
USE: specialized-arrays.functor
|
||||||
|
IN: specialized-arrays.complex-float
|
||||||
|
|
||||||
|
<< "complex-float" define-array >>
|
|
@ -0,0 +1,4 @@
|
||||||
|
USING: specialized-arrays.float specialized-arrays.direct.functor ;
|
||||||
|
IN: specialized-arrays.direct.complex-double
|
||||||
|
|
||||||
|
<< "complex-double" define-direct-array >>
|
|
@ -0,0 +1,4 @@
|
||||||
|
USING: specialized-arrays.float specialized-arrays.direct.functor ;
|
||||||
|
IN: specialized-arrays.direct.complex-float
|
||||||
|
|
||||||
|
<< "complex-float" define-direct-array >>
|
Loading…
Reference in New Issue