next up previous contents index
Next: Interface find Up: Module linearalgebra_module Previous: Interface Finalise   Contents   Index

Interface Matrix_Solve


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call Matrix_Solve(this,b,x[,refine])\end{verbatim}
\end{boxedminipage}

this -- type(LA_Matrix), intent(inout)

b -- real(dp), intent(in), dimension(:) or dimension(:,:)

x -- real(dp), intent(out), dimension(:) or dimension(:,:)

refine -- logical, intent(in), optional

find interface

gabor 2009-06-30