next up previous contents
Next: PLAPACK calls Up: Symmetric Rank-2k Update Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

The FORTRAN call

CALL DSYR2K( "L", "N", N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC )
becomes the C call
PLA_dsyr2k( "L", "N", &n, &k, &alpha, a, &lda, b, &ldb, &beta, c, &ldc );

next up previous contents
Next: PLAPACK calls Up: Symmetric Rank-2k Update Previous: Standard FORTRAN call

rvdg@cs.utexas.edu