The FORTRAN calls
RESULT = DNRM2( N, X, INCX ) RESULT = DASUM( N, X, INCX )
result = PLA_dnrm2( &n, x, &incx ); result = PLA_dasum( &n, x, &incy );