Class NativeRealDoubleVector

java.lang.Object
org.episteme.core.mathematics.linearalgebra.vectors.GenericVector<Real>
org.episteme.nativ.mathematics.linearalgebra.vectors.NativeRealDoubleVector
All Implemented Interfaces:
Vector<Real>, AbelianGroup<Vector<Real>>, AbelianMonoid<Vector<Real>>, Group<Vector<Real>>, Magma<Vector<Real>>, Monoid<Vector<Real>>, Set<Vector<Real>>, Module<Vector<Real>, Real>, NativeSegmentProxy

public class NativeRealDoubleVector extends GenericVector<Real> implements NativeSegmentProxy
High-performance Real Double Vector backed by a persistent native MemorySegment. Implements NativeSegmentProxy for zero-copy transfer to FFM-based BLAS backends.