next up previous contents index
Next: Subroutine add_block_d Up: Module RS_SparseMatrix_module Previous: Interface check_sparse   Contents   Index

Interface get_dense_block


\begin{boxedminipage}{\textwidth}
\begin{verbatim}g1 = get_dense_block(a_dat...
...se,i, &
j,b_l,block_ni,block_nj, &
a_block)\end{verbatim}
\end{boxedminipage}

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

a_scalapack_info_obj -- type(Matrix_ScaLAPACK_Info), intent(in)

use_a_ij_transpose -- logical, intent(in)

i, j -- integer, intent(in)

b_l -- type(RS_SparseMatrixL), intent(in)

block_ni, block_nj -- integer, intent(in)

a_block -- intent(out), dimension(:,:), real(dp) or complex(dp)

Return value -- logical
add_block_d subroutine

gabor 2009-06-30