Uses of Class
org.ojalgo.array.BufferArray.Factory
Packages that use BufferArray.Factory
-
Uses of BufferArray.Factory in org.ojalgo.array
Fields in org.ojalgo.array declared as BufferArray.FactoryModifier and TypeFieldDescriptionstatic final BufferArray.FactoryBufferArray.R032static final BufferArray.FactoryBufferArray.R064static final BufferArray.FactoryBufferArray.Z008static final BufferArray.FactoryBufferArray.Z016static final BufferArray.FactoryBufferArray.Z032static final BufferArray.FactoryBufferArray.Z064Methods in org.ojalgo.array with parameters of type BufferArray.FactoryModifier and TypeMethodDescriptionBufferArray.BufferConstructor.newInstance(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) Constructors in org.ojalgo.array with parameters of type BufferArray.FactoryModifierConstructorDescription(package private)BufferArray(BufferArray.Factory factory, Buffer buffer, AutoCloseable file) (package private)BufferR032(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) (package private)BufferR064(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) (package private)BufferZ008(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) (package private)BufferZ016(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) (package private)BufferZ032(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable) (package private)BufferZ064(BufferArray.Factory factory, ByteBuffer buffer, AutoCloseable closeable)