var pages = [{"name":"interface Memory","description":"space.kscience.kmath.memory.Memory","location":"kmath-memory/space.kscience.kmath.memory/-memory/index.html","searchKeys":["Memory","interface Memory"]},{"name":"object Companion","description":"space.kscience.kmath.memory.Memory.Companion","location":"kmath-memory/space.kscience.kmath.memory/-memory/-companion/index.html","searchKeys":["Companion","object Companion"]},{"name":"abstract fun copy(): Memory","description":"space.kscience.kmath.memory.Memory.copy","location":"kmath-memory/space.kscience.kmath.memory/-memory/copy.html","searchKeys":["copy","abstract fun copy(): Memory"]},{"name":"abstract fun reader(): MemoryReader","description":"space.kscience.kmath.memory.Memory.reader","location":"kmath-memory/space.kscience.kmath.memory/-memory/reader.html","searchKeys":["reader","abstract fun reader(): MemoryReader"]},{"name":"abstract val size: Int","description":"space.kscience.kmath.memory.Memory.size","location":"kmath-memory/space.kscience.kmath.memory/-memory/size.html","searchKeys":["size","abstract val size: Int"]},{"name":"abstract fun view(offset: Int, length: Int): Memory","description":"space.kscience.kmath.memory.Memory.view","location":"kmath-memory/space.kscience.kmath.memory/-memory/view.html","searchKeys":["view","abstract fun view(offset: Int, length: Int): Memory"]},{"name":"abstract fun writer(): MemoryWriter","description":"space.kscience.kmath.memory.Memory.writer","location":"kmath-memory/space.kscience.kmath.memory/-memory/writer.html","searchKeys":["writer","abstract fun writer(): MemoryWriter"]},{"name":"interface MemoryReader","description":"space.kscience.kmath.memory.MemoryReader","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/index.html","searchKeys":["MemoryReader","interface MemoryReader"]},{"name":"abstract val memory: Memory","description":"space.kscience.kmath.memory.MemoryReader.memory","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/memory.html","searchKeys":["memory","abstract val memory: Memory"]},{"name":"abstract val memory: Memory","description":"space.kscience.kmath.memory.MemoryWriter.memory","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/memory.html","searchKeys":["memory","abstract val memory: Memory"]},{"name":"abstract fun readByte(offset: Int): Byte","description":"space.kscience.kmath.memory.MemoryReader.readByte","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-byte.html","searchKeys":["readByte","abstract fun readByte(offset: Int): Byte"]},{"name":"abstract fun readDouble(offset: Int): Double","description":"space.kscience.kmath.memory.MemoryReader.readDouble","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-double.html","searchKeys":["readDouble","abstract fun readDouble(offset: Int): Double"]},{"name":"abstract fun readFloat(offset: Int): Float","description":"space.kscience.kmath.memory.MemoryReader.readFloat","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-float.html","searchKeys":["readFloat","abstract fun readFloat(offset: Int): Float"]},{"name":"abstract fun readInt(offset: Int): Int","description":"space.kscience.kmath.memory.MemoryReader.readInt","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-int.html","searchKeys":["readInt","abstract fun readInt(offset: Int): Int"]},{"name":"abstract fun readLong(offset: Int): Long","description":"space.kscience.kmath.memory.MemoryReader.readLong","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-long.html","searchKeys":["readLong","abstract fun readLong(offset: Int): Long"]},{"name":"abstract fun readShort(offset: Int): Short","description":"space.kscience.kmath.memory.MemoryReader.readShort","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-short.html","searchKeys":["readShort","abstract fun readShort(offset: Int): Short"]},{"name":"abstract fun release()","description":"space.kscience.kmath.memory.MemoryReader.release","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/release.html","searchKeys":["release","abstract fun release()"]},{"name":"abstract fun release()","description":"space.kscience.kmath.memory.MemoryWriter.release","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/release.html","searchKeys":["release","abstract fun release()"]},{"name":"interface MemorySpec","description":"space.kscience.kmath.memory.MemorySpec","location":"kmath-memory/space.kscience.kmath.memory/-memory-spec/index.html","searchKeys":["MemorySpec","interface MemorySpec"]},{"name":"abstract val objectSize: Int","description":"space.kscience.kmath.memory.MemorySpec.objectSize","location":"kmath-memory/space.kscience.kmath.memory/-memory-spec/object-size.html","searchKeys":["objectSize","abstract val objectSize: Int"]},{"name":"abstract fun MemoryReader.read(offset: Int): T","description":"space.kscience.kmath.memory.MemorySpec.read","location":"kmath-memory/space.kscience.kmath.memory/-memory-spec/read.html","searchKeys":["read","abstract fun MemoryReader.read(offset: Int): T"]},{"name":"abstract fun MemoryWriter.write(offset: Int, value: T)","description":"space.kscience.kmath.memory.MemorySpec.write","location":"kmath-memory/space.kscience.kmath.memory/-memory-spec/write.html","searchKeys":["write","abstract fun MemoryWriter.write(offset: Int, value: T)"]},{"name":"interface MemoryWriter","description":"space.kscience.kmath.memory.MemoryWriter","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/index.html","searchKeys":["MemoryWriter","interface MemoryWriter"]},{"name":"abstract fun writeByte(offset: Int, value: Byte)","description":"space.kscience.kmath.memory.MemoryWriter.writeByte","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-byte.html","searchKeys":["writeByte","abstract fun writeByte(offset: Int, value: Byte)"]},{"name":"abstract fun writeDouble(offset: Int, value: Double)","description":"space.kscience.kmath.memory.MemoryWriter.writeDouble","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-double.html","searchKeys":["writeDouble","abstract fun writeDouble(offset: Int, value: Double)"]},{"name":"abstract fun writeFloat(offset: Int, value: Float)","description":"space.kscience.kmath.memory.MemoryWriter.writeFloat","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-float.html","searchKeys":["writeFloat","abstract fun writeFloat(offset: Int, value: Float)"]},{"name":"abstract fun writeInt(offset: Int, value: Int)","description":"space.kscience.kmath.memory.MemoryWriter.writeInt","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-int.html","searchKeys":["writeInt","abstract fun writeInt(offset: Int, value: Int)"]},{"name":"abstract fun writeLong(offset: Int, value: Long)","description":"space.kscience.kmath.memory.MemoryWriter.writeLong","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-long.html","searchKeys":["writeLong","abstract fun writeLong(offset: Int, value: Long)"]},{"name":"abstract fun writeShort(offset: Int, value: Short)","description":"space.kscience.kmath.memory.MemoryWriter.writeShort","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/write-short.html","searchKeys":["writeShort","abstract fun writeShort(offset: Int, value: Short)"]},{"name":"fun Memory.Companion.allocate(length: Int): Memory","description":"space.kscience.kmath.memory.allocate","location":"kmath-memory/space.kscience.kmath.memory/allocate.html","searchKeys":["allocate","fun Memory.Companion.allocate(length: Int): Memory"]},{"name":"fun ByteBuffer.asMemory(startOffset: Int = 0, size: Int = limit()): Memory","description":"space.kscience.kmath.memory.asMemory","location":"kmath-memory/space.kscience.kmath.memory/as-memory.html","searchKeys":["asMemory","fun ByteBuffer.asMemory(startOffset: Int = 0, size: Int = limit()): Memory"]},{"name":"inline fun MemoryReader.readArray(spec: MemorySpec, offset: Int, size: Int): Array","description":"space.kscience.kmath.memory.readArray","location":"kmath-memory/space.kscience.kmath.memory/read-array.html","searchKeys":["readArray","inline fun MemoryReader.readArray(spec: MemorySpec, offset: Int, size: Int): Array"]},{"name":"inline fun Path.readAsMemory(position: Long = 0, size: Long = Files.size(this), block: Memory.() -> R): R","description":"space.kscience.kmath.memory.readAsMemory","location":"kmath-memory/space.kscience.kmath.memory/read-as-memory.html","searchKeys":["readAsMemory","inline fun Path.readAsMemory(position: Long = 0, size: Long = Files.size(this), block: Memory.() -> R): R"]},{"name":"fun Memory.Companion.wrap(array: ByteArray): Memory","description":"space.kscience.kmath.memory.wrap","location":"kmath-memory/space.kscience.kmath.memory/wrap.html","searchKeys":["wrap","fun Memory.Companion.wrap(array: ByteArray): Memory"]},{"name":"fun MemoryWriter.writeArray(spec: MemorySpec, offset: Int, array: Array)","description":"space.kscience.kmath.memory.writeArray","location":"kmath-memory/space.kscience.kmath.memory/write-array.html","searchKeys":["writeArray","fun MemoryWriter.writeArray(spec: MemorySpec, offset: Int, array: Array)"]}]