object MM_ArrayT extends Serializable
The MM_ArrayT
companion object provides factory methods for the MM_ArrayT
class.
- Alphabetic
- By Inheritance
- MM_ArrayT
- 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[TimeNum]): MM_ArrayT
Create a memory mapped array with 'n' elements.
-
def
apply(x: TimeNum, xs: TimeNum*): MM_ArrayT
Create a memory mapped array from one or more values (repeated values
TimeNum*
).Create a memory mapped array from one or more values (repeated values
TimeNum*
).- x
the first
TimeNum
number- xs
the rest of the
TimeNum
numbers
-
def
concat(a: MM_ArrayT, b: MM_ArrayT): MM_ArrayT
Concatenate memory mapped arrays 'a' and 'b'.
-
def
ofDim(n: Int): MM_ArrayT
Create a memory mapped array with 'n' elements.
Create a memory mapped array with 'n' elements.
- n
the number of elements