typos
parent
85620fc741
commit
08b02fadc9
|
@ -5,7 +5,7 @@ byte-arrays combinators combinators.short-circuit fry generalizations
|
|||
kernel lexer macros math math.parser namespaces parser sequences
|
||||
splitting stack-checker vectors vocabs.parser words locals
|
||||
io.encodings.ascii io.encodings.string shuffle effects math.ranges
|
||||
math.order sorting ;
|
||||
math.order sorting system ;
|
||||
IN: alien.fortran
|
||||
|
||||
! XXX this currently only supports the gfortran/f2c abi.
|
||||
|
|
|
@ -27,9 +27,9 @@ FUNCTION: COMPLEX CDOTU
|
|||
FUNCTION: COMPLEX CDOTC
|
||||
( INTEGER N, COMPLEX(*) X, INTEGER INCX, COMPLEX(*) Y, INTEGER INCY ) ;
|
||||
|
||||
SUBROUTINE: DOUBLE-COMPLEX ZDOTU
|
||||
FUNCTION: DOUBLE-COMPLEX ZDOTU
|
||||
( INTEGER N, DOUBLE-COMPLEX(*) X, INTEGER INCX, DOUBLE-COMPLEX(*) Y, INTEGER INCY ) ;
|
||||
SUBROUTINE: DOUBLE-COMPLEX ZDOTC
|
||||
FUNCTION: DOUBLE-COMPLEX ZDOTC
|
||||
( INTEGER N, DOUBLE-COMPLEX(*) X, INTEGER INCX, DOUBLE-COMPLEX(*) Y, INTEGER INCY ) ;
|
||||
|
||||
FUNCTION: REAL SNRM2
|
||||
|
|
Loading…
Reference in New Issue