LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
larcm: real * complex matrix-matrix multiply
Collaboration diagram for larcm: real * 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