MPI-SCATCI  2.0
An MPI version of SCATCI
SCALAPACKMatrix_module.f90 File Reference

Go to the source code of this file.

Data Types

type  scalapackmatrix_module::scalapackmatrix
 

Modules

module  scalapackmatrix_module
 ScaLAPACK matrix module.
 

Functions/Subroutines

logical function scalapackmatrix_module::am_i_involved (this)
 Is this process part of the BLACS grid. More...
 
subroutine scalapackmatrix_module::initialize_struct_scalapack (this, matrix_size, matrix_type, block_size)
 Initialize the type. More...
 
logical function scalapackmatrix_module::is_this_me (this, proc_row, proc_col)
 Check workitem association with current process. More...
 
subroutine scalapackmatrix_module::get_matelem_scalapack (this, idx, i, j, coeff)
 Retrieve matrix element. More...
 
logical function scalapackmatrix_module::insert_into_local_matrix (this, row, column, coefficient)
 Insert new element. More...
 
subroutine scalapackmatrix_module::print_scalapack (this)
 Print matrix. More...
 
subroutine scalapackmatrix_module::clear_scalapack (this)
 Clear matrix. More...
 
subroutine scalapackmatrix_module::destroy_scalapack (this)
 Destroy matrix. More...