next up previous contents index
Next: Subroutine Matrix_Solve_Upper_Triangular Up: Module linearalgebra_module Previous: Subroutine Matrix_CholFactorise   Contents   Index

Subroutine Matrix_BackSubstitute


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call Matrix_BackSubstitute(U,x,b)\end{verbatim}
\end{boxedminipage}

U -- real(dp), dimension(:,:), intent(in)

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

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

Matrix_Solve_Upper_Triangular subroutine

gabor 2009-06-30