db4
Joe Groff 2009-02-09 15:51:59 -06:00
parent 85620fc741
commit 08b02fadc9
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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