object RleVectorC extends Serializable
The RleVectorC
object is the companion object for the RleVectorC
class.
- Alphabetic
- By Inheritance
- RleVectorC
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(xs: Array[String]): RleVectorC
Create a
RleVectorC
from an array of Strings.Create a
RleVectorC
from an array of Strings. For numeric types, assign missing value indicator upon format failure.- xs
the array of the Strings
-
def
apply(x: Complex, xs: Complex*): RleVectorC
Create a
RleVectorC
from one or more values (repeated valuesComplex
*).Create a
RleVectorC
from one or more values (repeated valuesComplex
*).- x
the first
Complex number
- xs
the rest of the
Complex
numbers
-
def
apply(xs: Seq[Complex]): RleVectorC
Create a
RleVectorC
from a sequence ofComplex
.Create a
RleVectorC
from a sequence ofComplex
.- xs
the sequence of the
Complex
-
def
apply(y: VectoC): RleVectorC
Create a
RleVectorC
(i.e., Run Length Encoding compression) fromVectorC
.Create a
RleVectorC
(i.e., Run Length Encoding compression) fromVectorC
.- y
the
VectorC
to be compressed