Benchmark routine. Due to random sparsity (as opposed to structured sparsity pattern), this may not be representative for actual applications.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=1), | intent(in) | :: | transa | |||
| character(len=1), | intent(in) | :: | transb | |||
| character(len=1), | intent(in) | :: | transc | |||
| type(dbcsr_tas_type), | intent(inout) | :: | matrix_a | |||
| type(dbcsr_tas_type), | intent(inout) | :: | matrix_b | |||
| type(dbcsr_tas_type), | intent(inout) | :: | matrix_c | |||
| logical, | intent(in) | :: | compare_dbcsr | |||
| real(kind=real_8), | intent(in), | optional | :: | filter_eps | ||
| integer, | intent(in), | optional | :: | io_unit |