object SparseVectorC extends Serializable
The SparseVectorC
object is the companion object for the SparseVectorC
class.
- Alphabetic
- By Inheritance
- SparseVectorC
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(b: Complex, u: SparseVectorC): SparseVectorC
Concatenate scalar 'b' and vector 'u'.
Concatenate scalar 'b' and vector 'u'.
- b
the scalar to be concatenated - first part
- u
the vector to be concatenated - second part
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(xs: Array[String], skip: Int): SparseVectorC
Create a
SparseVectorC
from an array ofString
s, skipping the first 'skip' elements.Create a
SparseVectorC
from an array ofString
s, skipping the first 'skip' elements. If an element is non-numeric, use its hashcode. FIX: Might be better to map non-numericString
s to ordinal values.- xs
the array of the
String
s- skip
the number of elements at the beginning to skip (e.g., id column)
- def apply(xs: Array[String]): SparseVectorC
Create a
SparseVectorC
from an array ofString
s.Create a
SparseVectorC
from an array ofString
s.- xs
the array of the
String
s
- def apply(x: String, xs: String*): SparseVectorC
Create a
SparseVectorC
from one or more values (repeated valuesString
*).Create a
SparseVectorC
from one or more values (repeated valuesString
*).- x
the first
String
- xs
the rest of the
String
s
- def apply(xs: Array[Complex]): SparseVectorC
Create a
SparseVectorC
from a sequence ofComplex
s.Create a
SparseVectorC
from a sequence ofComplex
s.- xs
the sequence of the Complex numbers
- def apply(xs: Seq[Complex]): SparseVectorC
Create a
SparseVectorC
from a sequence ofComplex
s.Create a
SparseVectorC
from a sequence ofComplex
s.- xs
the sequence of the Complex numbers
- def apply(x: Complex, xs: Complex*): SparseVectorC
Create a
SparseVectorC
from one or more values (repeated valuesComplex
*).Create a
SparseVectorC
from one or more values (repeated valuesComplex
*).- x
the first
Complex
number- xs
the rest of the
Complex
numbers
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def range(start: Int, end: Int): SparseVectorC
Return a
SparseVectorC
containing a sequence of increasing integers in a range.Return a
SparseVectorC
containing a sequence of increasing integers in a range.- start
the start value of the vector, inclusive
- end
the end value of the vector, exclusive (i.e., the first value not returned)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated