next up previous contents index
Next: Interface Finalise Up: Module RS_SparseMatrix_module Previous: Elements   Contents   Index

Interface Initialise


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call Initialise(this,at,fi...
..._obj])
call Initialise(this,al,bl[,mpi_obj])\end{verbatim}
\end{boxedminipage}

this -- intent(inout),

type(RS_SparseMatrixL) or type(RS_SparseMatrixD) or type(RS_SparseMatrixZ)

at -- type(Atoms), intent(in)

first_orb_of_atom -- integer, intent(in), dimension(:)

cutoff -- real(dp), intent(in), optional

mpi_obj -- type(MPI_context), intent(in), optional

al, bl -- type(RS_SparseMatrixL), intent(in)

Finalise interface

gabor 2009-06-30