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

Public Member Functions

subroutine plasma_tile_to_lapack_s (a_pma, a_lpk, lda, info)
subroutine plasma_tile_to_lapack_d (a_pma, a_lpk, lda, info)
subroutine plasma_tile_to_lapack_cpx (a_pma, a_lpk, lda, info)
subroutine plasma_tile_to_lapack_z (a_pma, a_lpk, lda, info)

Detailed Description

Definition at line 181 of file plasma_f90.f90.


Member Function Documentation

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

Definition at line 310 of file plasma_f90.f90.

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

Definition at line 300 of file plasma_f90.f90.

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

Definition at line 290 of file plasma_f90.f90.

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

Definition at line 320 of file plasma_f90.f90.


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