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