Product = sum(MatA[ij]*MatB[ij])
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(in) | :: | matA |
Matrix A. |
||
| type(Matrix_lsr), | intent(in) | :: | matB |
Matrix B. |
||
| real(kind=NTREAL), | intent(out) | :: | product |
Dot product. |
Product = sum(MatA^H[ij]*MatB[ij])
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(in) | :: | matA |
Matrix A. |
||
| type(Matrix_lsc), | intent(in) | :: | matB |
Matrix B. |
||
| complex(kind=NTCOMPLEX), | intent(out) | :: | product |
Dot product. |