Class NativeRealFloatMatrix

java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.GenericMatrix<Real>
org.episteme.nativ.mathematics.linearalgebra.matrices.NativeRealFloatMatrix
All Implemented Interfaces:
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>, NativeSegmentProxy

public class NativeRealFloatMatrix extends GenericMatrix<Real> implements NativeSegmentProxy
High-performance Real Float Matrix backed by a persistent native MemorySegment. Implements NativeSegmentProxy for zero-copy transfer to FFM-based BLAS backends.
  • Constructor Details

    • NativeRealFloatMatrix

      public NativeRealFloatMatrix(int rows, int cols, Arena arena)
  • Method Details