MKL_SPARSE_S_LU_SMOOTHER Interface

interface
public function MKL_SPARSE_S_LU_SMOOTHER(operation, A, descr, diag, approx_diag_inverse, x, rhs) bind(C, name='MKL_SPARSE_S_LU_SMOOTHER')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: operation
type(SPARSE_MATRIX_T), intent(in) :: A
type(MATRIX_DESCR), intent(in) :: descr
real(kind=C_FLOAT), intent(in), DIMENSION(*) :: diag
real(kind=C_FLOAT), intent(in), DIMENSION(*) :: approx_diag_inverse
real(kind=C_FLOAT), intent(inout), DIMENSION(*) :: x
real(kind=C_FLOAT), intent(in), DIMENSION(*) :: rhs

Return Value integer(kind=C_INT)