LAPACK  3.11.0
LAPACK: Linear Algebra PACKage
larcm: real x complex matrix-matrix multiply

Functions

subroutine clarcm (M, N, A, LDA, B, LDB, C, LDC, RWORK)
 CLARCM copies all or part of a real two-dimensional array to a complex array. More...
 
subroutine zlarcm (M, N, A, LDA, B, LDB, C, LDC, RWORK)
 ZLARCM copies all or part of a real two-dimensional array to a complex array. More...
 

Detailed Description