PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
plasma::plasma_desc_create Interface Reference

Public Member Functions

subroutine plasma_desc_create_s (desc, mat, dtyp, mb, nb, bsiz, lm, ln, i, j, m, n, info)
subroutine plasma_desc_create_d (desc, mat, dtyp, mb, nb, bsiz, lm, ln, i, j, m, n, info)
subroutine plasma_desc_create_cpx (desc, mat, dtyp, mb, nb, bsiz, lm, ln, i, j, m, n, info)
subroutine plasma_desc_create_z (desc, mat, dtyp, mb, nb, bsiz, lm, ln, i, j, m, n, info)

Detailed Description

Definition at line 188 of file plasma_f90.f90.


Member Function Documentation

subroutine plasma::plasma_desc_create::plasma_desc_create_cpx ( type(c_ptr), intent(out)  desc,
complex(kind=sp), dimension(lm,*), intent(in), target  mat,
integer(kind=c_int), intent(in)  dtyp,
integer(kind=c_int), intent(in)  mb,
integer(kind=c_int), intent(in)  nb,
integer(kind=c_int), intent(in)  bsiz,
integer(kind=c_int), intent(in)  lm,
integer(kind=c_int), intent(in)  ln,
integer(kind=c_int), intent(in)  i,
integer(kind=c_int), intent(in)  j,
integer(kind=c_int), intent(in)  m,
integer(kind=c_int), intent(in)  n,
integer(kind=c_int), intent(out)  info 
)

Definition at line 353 of file plasma_f90.f90.

subroutine plasma::plasma_desc_create::plasma_desc_create_d ( type(c_ptr), intent(out)  desc,
real(kind=dp), dimension(lm,*), intent(in), target  mat,
integer(kind=c_int), intent(in)  dtyp,
integer(kind=c_int), intent(in)  mb,
integer(kind=c_int), intent(in)  nb,
integer(kind=c_int), intent(in)  bsiz,
integer(kind=c_int), intent(in)  lm,
integer(kind=c_int), intent(in)  ln,
integer(kind=c_int), intent(in)  i,
integer(kind=c_int), intent(in)  j,
integer(kind=c_int), intent(in)  m,
integer(kind=c_int), intent(in)  n,
integer(kind=c_int), intent(out)  info 
)

Definition at line 342 of file plasma_f90.f90.

subroutine plasma::plasma_desc_create::plasma_desc_create_s ( type(c_ptr), intent(out)  desc,
real(kind=sp), dimension(lm,*), intent(in), target  mat,
integer(kind=c_int), intent(in)  dtyp,
integer(kind=c_int), intent(in)  mb,
integer(kind=c_int), intent(in)  nb,
integer(kind=c_int), intent(in)  bsiz,
integer(kind=c_int), intent(in)  lm,
integer(kind=c_int), intent(in)  ln,
integer(kind=c_int), intent(in)  i,
integer(kind=c_int), intent(in)  j,
integer(kind=c_int), intent(in)  m,
integer(kind=c_int), intent(in)  n,
integer(kind=c_int), intent(out)  info 
)

Definition at line 331 of file plasma_f90.f90.

subroutine plasma::plasma_desc_create::plasma_desc_create_z ( type(c_ptr), intent(out)  desc,
complex(kind=dp), dimension(lm,*), intent(in), target  mat,
integer(kind=c_int), intent(in)  dtyp,
integer(kind=c_int), intent(in)  mb,
integer(kind=c_int), intent(in)  nb,
integer(kind=c_int), intent(in)  bsiz,
integer(kind=c_int), intent(in)  lm,
integer(kind=c_int), intent(in)  ln,
integer(kind=c_int), intent(in)  i,
integer(kind=c_int), intent(in)  j,
integer(kind=c_int), intent(in)  m,
integer(kind=c_int), intent(in)  n,
integer(kind=c_int), intent(out)  info 
)

Definition at line 364 of file plasma_f90.f90.


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