Class RealDoubleMatrix

java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.GenericMatrix<Real>
org.episteme.core.mathematics.linearalgebra.matrices.RealDoubleMatrix
All Implemented Interfaces:
AutoCloseable, Matrix<Real>, AbelianGroup<Matrix<Real>>, AbelianMonoid<Matrix<Real>>, Group<Matrix<Real>>, Magma<Matrix<Real>>, Monoid<Matrix<Real>>, Ring<Matrix<Real>>, Semiring<Matrix<Real>>, Set<Matrix<Real>>, Module<Matrix<Real>, Real>

public class RealDoubleMatrix extends GenericMatrix<Real> implements AutoCloseable
A specialized Matrix implementation for Doubles with SIMD and Native optimization.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)