amd
- Ebuilds: 1, Testing: 3.3.4 Description:
AMD is a set of routines for ordering a sparse matrix prior to Cholesky
factorization (or for LU factorization with diagonal pivoting). There
are versions in both C and Fortran.
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: BSD
ausaxs
- Ebuilds: 1, Testing: 1.2.1 Description:
AUSAXS is a C++ library providing efficient fitting of atomic
structure files against experimental small-angle X-ray scattering
(SAXS) data via the Debye equation, validation of electron
microscopy maps against SAXS data, and (in development) rigidbody
optimisation. The library is loaded by SasView via its
<pkg>dev-python/pyausaxs</pkg> wrapper.
Homepage:https://github.com/AUSAXS/AUSAXS License: LGPL-3+
camd
- Ebuilds: 1, Testing: 3.3.5 Description:
Constrained Approximate Minimum Degree ordering is a set of routines
for ordering a sparse matrix prior to Cholesky factorization (or for
LU factorization with diagonal pivoting).
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: BSD
ccolamd
- Ebuilds: 1, Testing: 3.3.5 Description:
Constrained COLAMD computes an column approximate minimum degree ordering
algorithm, (like COLAMD), but it can also be given a set of ordering
constraints.
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: BSD
colamd
- Ebuilds: 1, Testing: 3.3.5 Description:
The COLumn Approximate Minimum Degree ordering algorithm
computes a permutation vector P such that the LU factorization of A
(:,P) tends to be sparser than that of A. The Cholesky factorization
of (A (:,P))\'*(A (:,P)) will also tend to be sparser than that of
A\'*A. SYMAMD is a symmetric minimum degree ordering method based on
COLAMD, available as a MATLAB-callable function. It constructs a
matrix M such that M\'*M has the same pattern as A, and then uses
COLAMD to compute a column ordering of M.
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: BSD
nexus
- Ebuilds: 2, Testing: 4.4.3_p20200126 Description:
Libraries and tools for the NeXus data format, developed
collaboratively by scientists from major scientific facilities to facilitate
analysis and visualisation of neutron, x-ray and muon data.
NeXus is based on HDF5.
Homepage:https://www.nexusformat.org/ License: LGPL-2.1
rocSOLVER
- Ebuilds: 1, Testing: 7.2.3 Description: Implementation of a subset of LAPACK functionality on the ROCm platform
Homepage:https://github.com/ROCm/rocSOLVER License: BSD-2 BSD
rocThrust
- Ebuilds: 1, Testing: 7.2.3 Description: HIP back-end for the parallel algorithm library Thrust
Homepage:https://github.com/ROCm/rocThrust License: Apache-2.0
suitesparseconfig
- Ebuilds: 1, Testing: 7.12.2 Description:
SuiteSparse_config is a set of configuration files for the SuiteSparse matrix libraries
from CISE at University of Florida. It contains some headers and makefiles.
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: BSD
umfpack
- Ebuilds: 1, Testing: 6.3.7 Description:
UMFPACK is a set of routines for solving unsymmetric sparse linear
systems, Ax=b, using the Unsymmetric MultiFrontal method.
Includes a C-callable interface, and a Fortran-callable interface.
MATLAB routines are not included in the Gentoo package.
Homepage:https://people.engr.tamu.edu/davis/suitesparse.html License: GPL-2+