A wrapper for multiplying two dense matrices.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ldr), | intent(in) | :: | MatA | The first matrix.  | 
  
||
| type(Matrix_ldr), | intent(in) | :: | MatB | The second matrix.  | 
  
||
| type(Matrix_ldr), | intent(inout) | :: | MatC | MatC = MatA*MatB.  | 
  
A wrapper for multiplying two dense matrices.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ldc), | intent(in) | :: | MatA | The first matrix.  | 
  
||
| type(Matrix_ldc), | intent(in) | :: | MatB | The second matrix.  | 
  
||
| type(Matrix_ldc), | intent(inout) | :: | MatC | MatC = MatA*MatB.  |