Uses of Class
org.episteme.nativ.mathematics.linearalgebra.matrices.storage.NativeRealDoubleMatrixStorage
Packages that use NativeRealDoubleMatrixStorage
Package
Description
-
Uses of NativeRealDoubleMatrixStorage in org.episteme.nativ.mathematics.linearalgebra.matrices
Constructors in org.episteme.nativ.mathematics.linearalgebra.matrices with parameters of type NativeRealDoubleMatrixStorageModifierConstructorDescriptionNativeRealDoubleMatrix(NativeRealDoubleMatrixStorage storage, LinearAlgebraProvider<Real> provider) -
Uses of NativeRealDoubleMatrixStorage in org.episteme.nativ.mathematics.linearalgebra.matrices.storage
Methods in org.episteme.nativ.mathematics.linearalgebra.matrices.storage that return NativeRealDoubleMatrixStorage -
Uses of NativeRealDoubleMatrixStorage in org.episteme.nativ.physics.loaders.fits
Subclasses with type arguments of type NativeRealDoubleMatrixStorage in org.episteme.nativ.physics.loaders.fitsModifier and TypeClassDescriptionclassHigh-performance FITS reader using Project Panama to call cfitsio.classHigh-performance FITS writer using Panama.Methods in org.episteme.nativ.physics.loaders.fits that return NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionOptimizedImageHDU.asNativeRealDoubleMatrixStorage(Path path, Arena arena) Reads image data directly into a NativeRealDoubleMatrixStorage using cfitsio.protected NativeRealDoubleMatrixStorageNativeFITSReader.loadFromSource(String resourceId) Opens a FITS file and reads the image data.Methods in org.episteme.nativ.physics.loaders.fits that return types with arguments of type NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionNativeFITSReader.getResourceType()NativeFITSWriter.getResourceType()Methods in org.episteme.nativ.physics.loaders.fits with parameters of type NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionvoidNativeFITSReader.readImage(long firstElem, long nElem, NativeRealDoubleMatrixStorage matrix) voidNativeFITSWriter.save(NativeRealDoubleMatrixStorage resource, String destinationId) voidNativeFITSWriter.writeImage(NativeRealDoubleMatrixStorage matrix) -
Uses of NativeRealDoubleMatrixStorage in org.episteme.nativ.physics.loaders.hdf5
Subclasses with type arguments of type NativeRealDoubleMatrixStorage in org.episteme.nativ.physics.loaders.hdf5Modifier and TypeClassDescriptionclassHigh-performance HDF5 reader using Panama for zero-copy data transfer.classHigh-performance HDF5 writer using Panama.Methods in org.episteme.nativ.physics.loaders.hdf5 that return NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionprotected NativeRealDoubleMatrixStorageNativeHDF5Reader.loadFromSource(String resourceId) Opens an HDF5 file and reads the dataset named "data".Methods in org.episteme.nativ.physics.loaders.hdf5 that return types with arguments of type NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionNativeHDF5Reader.getResourceType()NativeHDF5Writer.getResourceType()Methods in org.episteme.nativ.physics.loaders.hdf5 with parameters of type NativeRealDoubleMatrixStorageModifier and TypeMethodDescriptionvoidNativeHDF5Reader.readBlock(String datasetName, NativeRealDoubleMatrixStorage matrix, int startRow, int startCol, int rowCount, int colCount) Reads a block of data from the dataset using hyperslabs.voidNativeHDF5Reader.readMatrix(String datasetName, NativeRealDoubleMatrixStorage matrix) voidNativeHDF5Writer.save(NativeRealDoubleMatrixStorage resource, String destinationId) voidNativeHDF5Writer.writeMatrix(String datasetName, NativeRealDoubleMatrixStorage matrix) voidNativeHDF5Writer.writeMatrix(String datasetName, NativeRealDoubleMatrixStorage matrix, String compression, int level)