next up previous contents
Next: PLAPACK calls Up: Norms of Vectors Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

   

The FORTRAN calls

RESULT = DNRM2( N, X, INCX )
RESULT = DASUM( N, X, INCX )
become the C calls
result = PLA_dnrm2( &n, x, &incx );
result = PLA_dasum( &n, x, &incy );
Similarly, PLAPACK supports calls PLA_ tex2html_wrap_inline13925 nrm2 and PLA_ tex2html_wrap_inline13927 asum for tex2html_wrap_inline13929 .


next up previous contents
Next: PLAPACK calls Up: Norms of Vectors Previous: Standard FORTRAN call

rvdg@cs.utexas.edu