cern.colt.matrix.tdouble.algo.solver.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parallelcolt Show documentation
Show all versions of parallelcolt Show documentation
Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming.
The newest version!
Iterative solvers
- BiCG - BiConjugate gradients.
- BiCGstab - BiConjugate gradients stabilized.
- CG - Conjugate gradients.
- CGS - Conjugate gradients squared.
- Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices.
- GMRES - Generalized minimal residual using restart.
- IR - Iterative refinement (Richardson's method).
- QMR - Quasi-minimal residual.
- HyBR - Hybrid Bidiagonalization Regularization.
- MRNSD - Modified Residual Norm Steepest Descent.
- CGLS - Conjugate Gradient for Least Squares.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy