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_lapack_to_tile Interface Reference

Public Member Functions

subroutine plasma_lapack_to_tile_s (a_lpk, lda, a_pma, info)
subroutine plasma_lapack_to_tile_d (a_lpk, lda, a_pma, info)
subroutine plasma_lapack_to_tile_cpx (a_lpk, lda, a_pma, info)
subroutine plasma_lapack_to_tile_z (a_lpk, lda, a_pma, info)

Detailed Description

Definition at line 174 of file plasma_f90.f90.


Member Function Documentation

subroutine plasma::plasma_lapack_to_tile::plasma_lapack_to_tile_cpx ( complex(kind=sp), dimension(lda,*), intent(out), target  a_lpk,
integer(kind=c_int), intent(in)  lda,
type(c_ptr), intent(out)  a_pma,
integer(kind=c_int), intent(out)  info 
)

Definition at line 269 of file plasma_f90.f90.

subroutine plasma::plasma_lapack_to_tile::plasma_lapack_to_tile_d ( real(kind=dp), dimension(lda,*), intent(out), target  a_lpk,
integer(kind=c_int), intent(in)  lda,
type(c_ptr), intent(out)  a_pma,
integer(kind=c_int), intent(out)  info 
)

Definition at line 259 of file plasma_f90.f90.

subroutine plasma::plasma_lapack_to_tile::plasma_lapack_to_tile_s ( real(kind=sp), dimension(lda,*), intent(out), target  a_lpk,
integer(kind=c_int), intent(in)  lda,
type(c_ptr), intent(out)  a_pma,
integer(kind=c_int), intent(out)  info 
)

Definition at line 249 of file plasma_f90.f90.

subroutine plasma::plasma_lapack_to_tile::plasma_lapack_to_tile_z ( complex(kind=dp), dimension(lda,*), intent(out), target  a_lpk,
integer(kind=c_int), intent(in)  lda,
type(c_ptr), intent(out)  a_pma,
integer(kind=c_int), intent(out)  info 
)

Definition at line 279 of file plasma_f90.f90.


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