Creates an LArray with given elements.
Creates an LArray with given elements.
the elements to put in the array
an array containing all elements from xs.
Copy LArray elements to the destination LArray
Copy LArray elements to the destination LArray
the element type
the source LArray
the element index to start copy
the destination LArray
the element index of the destination array to start copy
the number of elements to copy
Empty array
Load the contents of a file into LArray
Load the contents of a file into LArray
the element type
the file to read
LArray contains the file contents
Create a LArray[Byte] of a memory mapped file
Create a LArray[Byte] of a memory mapped file
file
open mode.
Create a LArray[Byte] of a memory mapped file
Create a LArray[Byte] of a memory mapped file
file
offset in file
region byte size
open mode.
Create a new LArrayBuilder[A]
Creates a new LArray of the specified type and size
Creates a new LArray of the specified type and size
the element type
the array size
a new instance of LArray[A] of the given size
Creates a 5-dimensional array
Creates a 4-dimensional array
Creates a 3-dimensional array
Creates a 2-dimensional array.
Creates a 2-dimensional array. Returned LArray[LArray[A]] cannot be released immediately. If you need relesable arrays, use xerial.larray.LArray2D.
Creates LArary with given dimensions
Convert iterator to LArray
LArray factory