Base Package:
mingw-w64-amgcl

Description:
Header-only C++ library for solving large sparse linear systems with algebraic multigrid (AMG) method. (mingw-w64)
Group(s):
-
Repo:
ucrt64
Homepage:
http://amgcl.readthedocs.io/
Repository:
https://github.com/ddemidov/amgcl
License(s):
MIT
Version:
1.4.4-1
GIT Version:
1.4.4-1
Anitya:
amgcl
AUR:
20180901
Repology:
amgcl

Installation:
pacman -S mingw-w64-ucrt-x86_64-amgcl
File:
https://mirror.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-amgcl-1.4.4-1-any.pkg.tar.zst
SHA256:
00f0e9df4df66f8b626c1fcda6a8e288f1b035fce486c2d3f34a532eddc26101
Last Packager:
CI (msys2/msys2-autobuild/0eca067d/7330291700)
Build Date:
2023-12-26 17:05:08
Package Size:
0.14 MB
Installed Size:
1.18 MB

Dependencies:
Optional Dependencies:
-
Build Dependencies:
Check Dependencies:
-
Provides:
-
Conflicts:
-
Replaces:
-

Provided By:
-
Required By:
-

Files:
/ucrt64/include/amgcl/adapter/block_matrix.hpp
/ucrt64/include/amgcl/adapter/complex.hpp
/ucrt64/include/amgcl/adapter/crs_builder.hpp
/ucrt64/include/amgcl/adapter/crs_tuple.hpp
/ucrt64/include/amgcl/adapter/eigen.hpp
/ucrt64/include/amgcl/adapter/epetra.hpp
/ucrt64/include/amgcl/adapter/reorder.hpp
/ucrt64/include/amgcl/adapter/scaled_problem.hpp
/ucrt64/include/amgcl/adapter/ublas.hpp
/ucrt64/include/amgcl/adapter/zero_copy.hpp
/ucrt64/include/amgcl/amg.hpp
/ucrt64/include/amgcl/backend/blaze.hpp
/ucrt64/include/amgcl/backend/block_crs.hpp
/ucrt64/include/amgcl/backend/builtin.hpp
/ucrt64/include/amgcl/backend/builtin_hybrid.hpp
/ucrt64/include/amgcl/backend/cuda.hpp
/ucrt64/include/amgcl/backend/detail/default_direct_solver.hpp
/ucrt64/include/amgcl/backend/detail/matrix_ops.hpp
/ucrt64/include/amgcl/backend/detail/mixing.hpp
/ucrt64/include/amgcl/backend/eigen.hpp
/ucrt64/include/amgcl/backend/hpx.hpp
/ucrt64/include/amgcl/backend/interface.hpp
/ucrt64/include/amgcl/backend/mkl.hpp
/ucrt64/include/amgcl/backend/vexcl.hpp
/ucrt64/include/amgcl/backend/vexcl_static_matrix.hpp
/ucrt64/include/amgcl/backend/viennacl.hpp
/ucrt64/include/amgcl/coarsening/aggregation.hpp
/ucrt64/include/amgcl/coarsening/as_scalar.hpp
/ucrt64/include/amgcl/coarsening/detail/galerkin.hpp
/ucrt64/include/amgcl/coarsening/detail/scaled_galerkin.hpp
/ucrt64/include/amgcl/coarsening/plain_aggregates.hpp
/ucrt64/include/amgcl/coarsening/pointwise_aggregates.hpp
/ucrt64/include/amgcl/coarsening/rigid_body_modes.hpp
/ucrt64/include/amgcl/coarsening/ruge_stuben.hpp
/ucrt64/include/amgcl/coarsening/runtime.hpp
/ucrt64/include/amgcl/coarsening/smoothed_aggr_emin.hpp
/ucrt64/include/amgcl/coarsening/smoothed_aggregation.hpp
/ucrt64/include/amgcl/coarsening/tentative_prolongation.hpp
/ucrt64/include/amgcl/deflated_solver.hpp
/ucrt64/include/amgcl/detail/inverse.hpp
/ucrt64/include/amgcl/detail/qr.hpp
/ucrt64/include/amgcl/detail/sort_row.hpp
/ucrt64/include/amgcl/detail/spgemm.hpp
/ucrt64/include/amgcl/io/binary.hpp
/ucrt64/include/amgcl/io/ios_saver.hpp
/ucrt64/include/amgcl/io/mm.hpp
/ucrt64/include/amgcl/make_block_solver.hpp
/ucrt64/include/amgcl/make_solver.hpp
/ucrt64/include/amgcl/mpi/amg.hpp
/ucrt64/include/amgcl/mpi/block_preconditioner.hpp
/ucrt64/include/amgcl/mpi/coarsening/aggregation.hpp
/ucrt64/include/amgcl/mpi/coarsening/pmis.hpp
/ucrt64/include/amgcl/mpi/coarsening/runtime.hpp
/ucrt64/include/amgcl/mpi/coarsening/smoothed_aggregation.hpp
/ucrt64/include/amgcl/mpi/cpr.hpp
/ucrt64/include/amgcl/mpi/direct_solver/eigen_splu.hpp
/ucrt64/include/amgcl/mpi/direct_solver/pastix.hpp
/ucrt64/include/amgcl/mpi/direct_solver/runtime.hpp
/ucrt64/include/amgcl/mpi/direct_solver/skyline_lu.hpp
/ucrt64/include/amgcl/mpi/direct_solver/solver_base.hpp
/ucrt64/include/amgcl/mpi/distributed_matrix.hpp
/ucrt64/include/amgcl/mpi/inner_product.hpp
/ucrt64/include/amgcl/mpi/make_solver.hpp
/ucrt64/include/amgcl/mpi/partition/merge.hpp
/ucrt64/include/amgcl/mpi/partition/parmetis.hpp
/ucrt64/include/amgcl/mpi/partition/ptscotch.hpp
/ucrt64/include/amgcl/mpi/partition/runtime.hpp
/ucrt64/include/amgcl/mpi/partition/util.hpp
/ucrt64/include/amgcl/mpi/preconditioner.hpp
/ucrt64/include/amgcl/mpi/relaxation/as_preconditioner.hpp
/ucrt64/include/amgcl/mpi/relaxation/chebyshev.hpp
/ucrt64/include/amgcl/mpi/relaxation/damped_jacobi.hpp
/ucrt64/include/amgcl/mpi/relaxation/gauss_seidel.hpp
/ucrt64/include/amgcl/mpi/relaxation/ilu0.hpp
/ucrt64/include/amgcl/mpi/relaxation/iluk.hpp
/ucrt64/include/amgcl/mpi/relaxation/ilup.hpp
/ucrt64/include/amgcl/mpi/relaxation/ilut.hpp
/ucrt64/include/amgcl/mpi/relaxation/runtime.hpp
/ucrt64/include/amgcl/mpi/relaxation/spai0.hpp
/ucrt64/include/amgcl/mpi/relaxation/spai1.hpp
/ucrt64/include/amgcl/mpi/schur_pressure_correction.hpp
/ucrt64/include/amgcl/mpi/solver/bicgstab.hpp
/ucrt64/include/amgcl/mpi/solver/bicgstabl.hpp
/ucrt64/include/amgcl/mpi/solver/cg.hpp
/ucrt64/include/amgcl/mpi/solver/fgmres.hpp
/ucrt64/include/amgcl/mpi/solver/gmres.hpp
/ucrt64/include/amgcl/mpi/solver/idrs.hpp
/ucrt64/include/amgcl/mpi/solver/lgmres.hpp
/ucrt64/include/amgcl/mpi/solver/preonly.hpp
/ucrt64/include/amgcl/mpi/solver/richardson.hpp
/ucrt64/include/amgcl/mpi/solver/runtime.hpp
/ucrt64/include/amgcl/mpi/subdomain_deflation.hpp
/ucrt64/include/amgcl/mpi/util.hpp
/ucrt64/include/amgcl/perf_counter/clock.hpp
/ucrt64/include/amgcl/perf_counter/cray_energy.hpp
/ucrt64/include/amgcl/perf_counter/mpi_aggregator.hpp
/ucrt64/include/amgcl/preconditioner/cpr.hpp
/ucrt64/include/amgcl/preconditioner/cpr_drs.hpp
/ucrt64/include/amgcl/preconditioner/dummy.hpp
/ucrt64/include/amgcl/preconditioner/runtime.hpp
/ucrt64/include/amgcl/preconditioner/schur_pressure_correction.hpp
/ucrt64/include/amgcl/profiler.hpp
/ucrt64/include/amgcl/relaxation/as_block.hpp
/ucrt64/include/amgcl/relaxation/as_preconditioner.hpp
/ucrt64/include/amgcl/relaxation/chebyshev.hpp
/ucrt64/include/amgcl/relaxation/cusparse_ilu0.hpp
/ucrt64/include/amgcl/relaxation/damped_jacobi.hpp
/ucrt64/include/amgcl/relaxation/detail/ilu_solve.hpp
/ucrt64/include/amgcl/relaxation/gauss_seidel.hpp
/ucrt64/include/amgcl/relaxation/ilu0.hpp
/ucrt64/include/amgcl/relaxation/iluk.hpp
/ucrt64/include/amgcl/relaxation/ilup.hpp
/ucrt64/include/amgcl/relaxation/ilut.hpp
/ucrt64/include/amgcl/relaxation/runtime.hpp
/ucrt64/include/amgcl/relaxation/spai0.hpp
/ucrt64/include/amgcl/relaxation/spai1.hpp
/ucrt64/include/amgcl/reorder/cuthill_mckee.hpp
/ucrt64/include/amgcl/solver/bicgstab.hpp
/ucrt64/include/amgcl/solver/bicgstabl.hpp
/ucrt64/include/amgcl/solver/cg.hpp
/ucrt64/include/amgcl/solver/detail/default_inner_product.hpp
/ucrt64/include/amgcl/solver/detail/givens_rotations.hpp
/ucrt64/include/amgcl/solver/eigen.hpp
/ucrt64/include/amgcl/solver/fgmres.hpp
/ucrt64/include/amgcl/solver/gmres.hpp
/ucrt64/include/amgcl/solver/idrs.hpp
/ucrt64/include/amgcl/solver/lgmres.hpp
/ucrt64/include/amgcl/solver/precond_side.hpp
/ucrt64/include/amgcl/solver/preonly.hpp
/ucrt64/include/amgcl/solver/richardson.hpp
/ucrt64/include/amgcl/solver/runtime.hpp
/ucrt64/include/amgcl/solver/skyline_lu.hpp
/ucrt64/include/amgcl/util.hpp
/ucrt64/include/amgcl/value_type/complex.hpp
/ucrt64/include/amgcl/value_type/eigen.hpp
/ucrt64/include/amgcl/value_type/interface.hpp
/ucrt64/include/amgcl/value_type/static_matrix.hpp
/ucrt64/share/amgcl/cmake/amgcl-config.cmake
/ucrt64/share/amgcl/cmake/amgcl-targets.cmake
/ucrt64/share/licenses/amgcl/LICENSE
Last Update: 2024-03-29 15:25:48 [Request update]