LARCM: performs a very simple matrix-matrix multiplication: C := A * B, where A is M by M and real; B is M by N and complex; C is M by N and complex.
More...
|
pure subroutine | clarcm (m, n, a, lda, b, ldb, c, ldc, rwork) |
|
| la_clarcm |
|
| la_wlarcm |
|
pure subroutine | zlarcm (m, n, a, lda, b, ldb, c, ldc, rwork) |
|
| la_zlarcm |
|
LARCM: performs a very simple matrix-matrix multiplication: C := A * B, where A is M by M and real; B is M by N and complex; C is M by N and complex.
◆ clarcm()
pure subroutine la_lapack::larcm::clarcm |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(sp), dimension(ldb,*), intent(in) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(sp), dimension(ldc,*), intent(out) |
c, |
|
|
integer(ilp), intent(in) |
ldc, |
|
|
real(sp), dimension(*), intent(out) |
rwork |
|
) |
| |
◆ la_clarcm()
la_lapack::larcm::la_clarcm |
◆ la_wlarcm()
la_lapack::larcm::la_wlarcm |
◆ la_zlarcm()
la_lapack::larcm::la_zlarcm |
◆ zlarcm()
pure subroutine la_lapack::larcm::zlarcm |
( |
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(dp), dimension(ldb,*), intent(in) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(dp), dimension(ldc,*), intent(out) |
c, |
|
|
integer(ilp), intent(in) |
ldc, |
|
|
real(dp), dimension(*), intent(out) |
rwork |
|
) |
| |
The documentation for this interface was generated from the following file: