Class SIMDRealDoubleMatrix

java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.GenericMatrix<Real>
org.episteme.core.mathematics.linearalgebra.matrices.SIMDRealDoubleMatrix
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 SIMDRealDoubleMatrix extends GenericMatrix<Real> implements AutoCloseable
SIMD-accelerated Matrix implementation using JDK Vector API.

This matrix stores data in a flat double array and uses CPU vector instructions (AVX-512, NEON) for element-wise operations and matrix multiplication.

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