next up previous contents index
Next: Interface diagonalise Up: Module matrix_module Previous: Interface Print   Contents   Index

Interface add_block


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call add_block(this,block,block_nr,block_nc, &
first_row,first_col)\end{verbatim}
\end{boxedminipage}

Add a block to a given matrix. The block dimensions have to be specified.

this -- intent(inout), type(MatrixD) or type(MatrixZ)

block -- intent(in), dimension(:,:), real(dp) or complex(dp)

block_nr, block_nc -- integer, intent(in)

Number of rows and columns of the block

first_row, first_col -- integer, intent(in)

diagonalise interface

gabor 2009-06-30