Encapsulates a given scalar value and makes it conform with the type of the matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(in) | :: | scalar | |||
| type(dbcsr_type), | intent(in) | :: | matrix |
Encapsulates a given scalar value and makes it conform with the type of the matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(in) | :: | scalar | |||
| type(dbcsr_type), | intent(in) | :: | matrix |
Encapsulates a given scalar value and makes it conform with the type of the matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(in) | :: | scalar | |||
| type(dbcsr_type), | intent(in) | :: | matrix |
Encapsulates a given scalar value and makes it conform with the type of the matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(in) | :: | scalar | |||
| type(dbcsr_type), | intent(in) | :: | matrix |