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