next up previous contents index
Next: Interface print_mathematica Up: Module linearalgebra_module Previous: Interface diag   Contents   Index

Interface print


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call print(this[,verbosity...
...)
call print(this[,verbosity],file[,always])\end{verbatim}
\end{boxedminipage}

Heavily overloaded interface to print matrices and vectors of reals, complex numbers or integers.

this -- intent(in), dimension(:,:) or dimension(:),

real(dp) or complex(dp) or integer or logical

verbosity -- integer, optional, intent(in)

file -- type(inoutput), intent(in)

always -- logical, optional, intent(in)

print_mathematica interface

gabor 2009-06-30