matrix_multiply_method_get_name Function

private elemental function matrix_multiply_method_get_name(self) result(name)

Helper routine to get access to the matrix_multiply_method's name in a read-only way. Primarily used for testing.

Type Bound

matrix_multiply_method_type

Arguments

Type IntentOptional Attributes Name
class(matrix_multiply_method_type), intent(in) :: self

Return Value character(len=16)


Contents