ScaLAPACKFX
Private Member Functions | List of all members
blacs_module::gesd2d Interface Reference

Wrapper around type specific ?gesd2d subroutines. More...

Private Member Functions

subroutine igesd2d (ictxt, mm, nn, aa, lda, rdest, cdest)
 Sends general rectangular matrix to destination (integer).
 
subroutine sgesd2d (ictxt, mm, nn, aa, lda, rdest, cdest)
 Sends general rectangular matrix to destination (real).
 
subroutine dgesd2d (ictxt, mm, nn, aa, lda, rdest, cdest)
 Sends general rectangular matrix to destination (dreal).
 
subroutine cgesd2d (ictxt, mm, nn, aa, lda, rdest, cdest)
 Sends general rectangular matrix to destination (complex).
 
subroutine zgesd2d (ictxt, mm, nn, aa, lda, rdest, cdest)
 Sends general rectangular matrix to destination (dcomplex).
 

Detailed Description

Wrapper around type specific ?gesd2d subroutines.

See Also
BLACS documentation for details.

Member Function/Subroutine Documentation

subroutine blacs_module::gesd2d::cgesd2d ( integer, intent(in)  ictxt,
integer, intent(in)  mm,
integer, intent(in)  nn,
complex(sp), dimension(lda,*), intent(in)  aa,
integer, intent(in)  lda,
integer, intent(in)  rdest,
integer, intent(in)  cdest 
)
private

Sends general rectangular matrix to destination (complex).

See Also
BLACS documentation for details.
subroutine blacs_module::gesd2d::dgesd2d ( integer, intent(in)  ictxt,
integer, intent(in)  mm,
integer, intent(in)  nn,
real(dp), dimension(lda,*), intent(in)  aa,
integer, intent(in)  lda,
integer, intent(in)  rdest,
integer, intent(in)  cdest 
)
private

Sends general rectangular matrix to destination (dreal).

See Also
BLACS documentation for details.
subroutine blacs_module::gesd2d::igesd2d ( integer, intent(in)  ictxt,
integer, intent(in)  mm,
integer, intent(in)  nn,
integer, dimension(lda,*), intent(in)  aa,
integer, intent(in)  lda,
integer, intent(in)  rdest,
integer, intent(in)  cdest 
)
private

Sends general rectangular matrix to destination (integer).

See Also
BLACS documentation for details.
subroutine blacs_module::gesd2d::sgesd2d ( integer, intent(in)  ictxt,
integer, intent(in)  mm,
integer, intent(in)  nn,
real(sp), dimension(lda,*), intent(in)  aa,
integer, intent(in)  lda,
integer, intent(in)  rdest,
integer, intent(in)  cdest 
)
private

Sends general rectangular matrix to destination (real).

See Also
BLACS documentation for details.
subroutine blacs_module::gesd2d::zgesd2d ( integer, intent(in)  ictxt,
integer, intent(in)  mm,
integer, intent(in)  nn,
complex(dp), dimension(lda,*), intent(in)  aa,
integer, intent(in)  lda,
integer, intent(in)  rdest,
integer, intent(in)  cdest 
)
private

Sends general rectangular matrix to destination (dcomplex).

See Also
BLACS documentation for details.

The documentation for this interface was generated from the following file: