Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | intent(in) | :: | operation | |||
type(SPARSE_MATRIX_T), | intent(in) | :: | A | |||
type(MATRIX_DESCR), | intent(in) | :: | descr | |||
complex(kind=C_FLOAT_COMPLEX), | intent(in), | DIMENSION(*) | :: | diag | ||
complex(kind=C_FLOAT_COMPLEX), | intent(in), | DIMENSION(*) | :: | approx_diag_inverse | ||
complex(kind=C_FLOAT_COMPLEX), | intent(inout), | DIMENSION(*) | :: | x | ||
complex(kind=C_FLOAT_COMPLEX), | intent(in), | DIMENSION(*) | :: | rhs |