object RleVectorD extends Serializable
The RleVectorD
object is the companion object for the RleVectorD
class.
- Alphabetic
- By Inheritance
- RleVectorD
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(x: Double, xs: Double*): RleVectorD
Create a
RleVectorD
from one or more values (repeated valuesDouble
*).Create a
RleVectorD
from one or more values (repeated valuesDouble
*).- x
the first
Double number
- xs
the rest of the
Double
numbers
-
def
apply(xs: Seq[Double]): RleVectorD
Create a
RleVectorD
from a sequence ofDouble
.Create a
RleVectorD
from a sequence ofDouble
.- xs
the sequence of the
Double
-
def
apply(y: VectoD): RleVectorD
Create a
RleVectorD
(i.e., Run Length Encoding compression) fromVectorD
.Create a
RleVectorD
(i.e., Run Length Encoding compression) fromVectorD
.- y
the
VectorD
to be compressed