Returns the data type stored in the matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix |
query this matrix |
repl_type (see dbcsr_types.F for possible values)
PURE FUNCTION dbcsr_get_replication_type(matrix) RESULT(repl_type) !! Returns the data type stored in the matrix TYPE(dbcsr_type), INTENT(IN) :: matrix !! query this matrix CHARACTER :: repl_type !! repl_type (see dbcsr_types.F for possible values) repl_type = matrix%replication_type END FUNCTION dbcsr_get_replication_type