Pairwise Multiply two matrices. This will utilize the sparse vector pairwise multiply routine.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(in) | :: | matA | Matrix A.  | 
  
||
| type(Matrix_lsr), | intent(in) | :: | matB | Matrix B.  | 
  
||
| type(Matrix_lsr), | intent(inout) | :: | matC | matC = MatA mult MatB.  | 
  
Pairwise Multiply two matrices. This will utilize the sparse vector pairwise routine.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(in) | :: | matA | Matrix A.  | 
  
||
| type(Matrix_lsc), | intent(in) | :: | matB | Matrix B.  | 
  
||
| type(Matrix_lsc), | intent(inout) | :: | matC | matC = MatA mult MatB.  |