Packages

object RleVectorC extends Serializable

The RleVectorC object is the companion object for the RleVectorC class.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RleVectorC
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. def apply(x: Complex, xs: Complex*): RleVectorC

    Create a RleVectorC from one or more values (repeated values Complex*).

    Create a RleVectorC from one or more values (repeated values Complex*).

    x

    the first Complex number

    xs

    the rest of the Complex numbers

  3. def apply(xs: Seq[Complex]): RleVectorC

    Create a RleVectorC from a sequence of Complex.

    Create a RleVectorC from a sequence of Complex.

    xs

    the sequence of the Complex

  4. def apply(y: VectoC): RleVectorC

    Create a RleVectorC (i.e., Run Length Encoding compression) from VectorC.

    Create a RleVectorC (i.e., Run Length Encoding compression) from VectorC.

    y

    the VectorC to be compressed