operator(/) Interface

public interface operator(/)

Module Procedures

private function csr_mtx_divide_scalar_1(a, b) result(rst)

Divides a CSR matrix by a scalar.

Arguments

Type IntentOptional Attributes Name
class(csr_matrix), intent(in) :: a

The CSR matrix.

real(kind=real64), intent(in) :: b

The scalar.

Return Value type(csr_matrix)