Uses of Class
org.ojalgo.array.BufferArray.Factory
-
Packages that use BufferArray.Factory Package Description org.ojalgo.array -
-
Uses of BufferArray.Factory in org.ojalgo.array
Fields in org.ojalgo.array declared as BufferArray.Factory Modifier and Type Field Description static BufferArray.FactoryBufferArray. R032static BufferArray.FactoryBufferArray. R064static BufferArray.FactoryBufferArray. Z008static BufferArray.FactoryBufferArray. Z016static BufferArray.FactoryBufferArray. Z032static BufferArray.FactoryBufferArray. Z064Methods in org.ojalgo.array with parameters of type BufferArray.Factory Modifier and Type Method Description BufferArrayBufferArray.BufferConstructor. newInstance(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)Constructors in org.ojalgo.array with parameters of type BufferArray.Factory Constructor Description BufferArray(BufferArray.Factory factory, java.nio.Buffer buffer, java.lang.AutoCloseable file)BufferR032(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)BufferR064(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)BufferZ008(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)BufferZ016(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)BufferZ032(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)BufferZ064(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)
-