Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | p_a | = | -1 | ||
integer, | public | :: | p_b | = | -1 | ||
integer, | public | :: | p_c | = | -1 | ||
integer, | public | :: | last_k | = | -1 | ||
integer, | public | :: | last_n | = | -1 | ||
type(dbcsr_scalar_type), | public | :: | alpha | = | dbcsr_scalar_type() | ||
type(dbcsr_scalar_type), | public | :: | beta | = | dbcsr_scalar_type() |
TYPE dgemm_join INTEGER :: p_a = -1, p_b = -1, p_c = -1 INTEGER :: last_k = -1, last_n = -1 TYPE(dbcsr_scalar_type) :: alpha = dbcsr_scalar_type(), beta = dbcsr_scalar_type() END TYPE dgemm_join