Packages

object VectorN extends Error with Serializable

The VectorN object is the companion object for VectorN class.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](skip: T, xa: Array[String])(implicit arg0: (T) ⇒ Ordered[T], arg1: ClassTag[T], arg2: Numeric[T]): VectorN[T]

    Create a 'VectorN [T]' from an array of strings.

    Create a 'VectorN [T]' from an array of strings.

    skip

    dummy value to set data type

    xa

    the array of the Strings

  5. def apply[T](skip: T, x: String, xs: String*)(implicit arg0: (T) ⇒ Ordered[T], arg1: ClassTag[T], arg2: Numeric[T]): VectorN[T]

    Create a 'VectorN [T]' from one or more values (repeated values String*).

    Create a 'VectorN [T]' from one or more values (repeated values String*).

    skip

    dummy value to set data type

    x

    the first String

    xs

    the rest of the Strings

  6. def apply[T](x: T, xs: T*)(implicit arg0: (T) ⇒ Ordered[T], arg1: ClassTag[T], arg2: Numeric[T]): VectorN[T]

    Create a VectorN [T] from one or more values (repeated values T*).

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. def range[T](skip: T, start: Int, end: Int)(implicit arg0: (T) ⇒ Ordered[T], arg1: ClassTag[T], arg2: Numeric[T]): VectorN[T]

    Return a VectorN containing a sequence of increasing integers in a range.

    Return a VectorN containing a sequence of increasing integers in a range.

    skip

    dummy value to set data type

    start

    the start value of the vector, inclusive

    end

    the end value of the vector, exclusive (i.e., the first value not returned)

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Error

Inherited from AnyRef

Inherited from Any

Ungrouped