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