LACRM: performs a very simple matrix-matrix multiplication: C := A * B, where A is M by N and complex; B is N by N and real; C is M by N and complex.
More...
|
| pure subroutine | clacrm (m, n, a, lda, b, ldb, c, ldc, rwork) |
| |
| | la_clacrm |
| |
| | la_wlacrm |
| |
| pure subroutine | zlacrm (m, n, a, lda, b, ldb, c, ldc, rwork) |
| |
| | la_zlacrm |
| |
LACRM: performs a very simple matrix-matrix multiplication: C := A * B, where A is M by N and complex; B is N by N and real; C is M by N and complex.
◆ clacrm()
| pure subroutine la_lapack::lacrm::clacrm |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(lda,*), intent(in) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(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_clacrm()
| la_lapack::lacrm::la_clacrm |
◆ la_wlacrm()
| la_lapack::lacrm::la_wlacrm |
◆ la_zlacrm()
| la_lapack::lacrm::la_zlacrm |
◆ zlacrm()
| pure subroutine la_lapack::lacrm::zlacrm |
( |
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(lda,*), intent(in) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(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: