= void X_DGEPRINT(INTEGER r, INTEGER l, REAL A(:), INTEGER lda) = = subroutine x_dgeprint(INTEGER &r, INTEGER &l, REAL* A, INTEGER &lda) = Types are defined [[Develop/Typedef|here]]. {{{ HEADER: source/include/cmkl.h }}} {{{ LIB: math_cutil.a or math_cutil.so }}} {{{ SOURCE source/math_cutil/cmkl.cpp }}} print a l-line r-column matrix A line i and column j element is A[j*lda+i] (C/CPP) or A((j-1)*lda+i) (Fortran)