dCreate_CompCol_Matrix Interface

interface


Called by

interface~~dcreate_compcol_matrix~~CalledByGraph interface~dcreate_compcol_matrix dCreate_CompCol_Matrix proc~prep_superlu prep_superlu proc~prep_superlu->interface~dcreate_compcol_matrix proc~analyse_solver analyse_solver proc~analyse_solver->proc~prep_superlu proc~solv_superlu solv_superlu proc~solv_superlu->proc~prep_superlu proc~solve_syst solve_syst proc~solve_syst->proc~analyse_solver proc~solution_solver solution_solver proc~solve_syst->proc~solution_solver proc~solution_solver->proc~solv_superlu program~test_solvers test_solvers program~test_solvers->proc~solve_syst

private subroutine dCreate_CompCol_Matrix(A, m, n, nnz, nzval, rowind, colptr, stype, dtype, mtype) bind(c, name="0")

Arguments

Type IntentOptional AttributesName
type(SUPERMATRIX), intent(out) :: A
integer(kind=C_INT), intent(in), value:: m
integer(kind=C_INT), intent(in), value:: n
integer(kind=C_INT), intent(in), value:: nnz
real(kind=C_DOUBLE), intent(in) :: nzval(*)
integer(kind=C_INT), intent(in) :: rowind(*)
integer(kind=C_INT), intent(in) :: colptr(*)
integer(kind=C_INT), intent(in), value:: stype
integer(kind=C_INT), intent(in), value:: dtype
integer(kind=C_INT), intent(in), value:: mtype