object MM_ArrayS extends Serializable
The MM_ArrayS
companion object provides factory methods for the MM_ArrayS
class.
- Alphabetic
- By Inheritance
- MM_ArrayS
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
var
_count: Int
The counter for ensuring files names are unique
-
def
apply(xs: Seq[StrNum]): MM_ArrayS
Create a memory mapped array with 'n' elements.
-
def
apply(x: StrNum, xs: StrNum*): MM_ArrayS
Create a memory mapped array from one or more values (repeated values
StrNum
*).Create a memory mapped array from one or more values (repeated values
StrNum
*).- x
the first
StrNum
number- xs
the rest of the
StrNum
numbers
-
def
concat(a: MM_ArrayS, b: MM_ArrayS): MM_ArrayS
Concatenate memory mapped arrays 'a' and 'b'.
-
def
ofDim(n: Int): MM_ArrayS
Create a memory mapped array with 'n' elements.
Create a memory mapped array with 'n' elements.
- n
the number of elements