Class NativeRealDoubleMatrixStorage

java.lang.Object
org.episteme.nativ.mathematics.linearalgebra.matrices.storage.NativeRealDoubleMatrixStorage
All Implemented Interfaces:
AutoCloseable, MatrixStorage<Real>, RealDoubleMatrixStorage, NativeSegmentProxy

public class NativeRealDoubleMatrixStorage extends Object implements RealDoubleMatrixStorage, NativeSegmentProxy, AutoCloseable
A dense matrix backed by off-heap native memory for 64-bit Reals.

This class provides zero-copy access for native libraries (BLAS, LAPACK) via Project Panama's Foreign Function invalid input: '&' Memory API.