Packages

o

org.saddle.scalar

ScalarTagShort

object ScalarTagShort extends ScalarTagBase[Short]

Short ScalarTag

Linear Supertypes
ScalarTagBase[Short], ScalarTag[Short], CouldBeNumber[Short], CouldBeOrdered[Short], SpecializedFactory[Short], ClassTag[Short], Equals, ClassManifestDeprecatedApis[Short], OptManifest[Short], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalarTagShort
  2. ScalarTagBase
  3. ScalarTag
  4. CouldBeNumber
  5. CouldBeOrdered
  6. SpecializedFactory
  7. ClassTag
  8. Equals
  9. ClassManifestDeprecatedApis
  10. OptManifest
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 altMatConstructor(r: Int, c: Int, arr: Array[Vec[Short]])(implicit st: ST[Short]): Mat[Short]

    Can override this default construction methodology to avoid the toArray call if you don't want to extract elements that way.

    Can override this default construction methodology to avoid the toArray call if you don't want to extract elements that way.

    Attributes
    protected
    Definition Classes
    SpecializedFactory
  5. def argString: String
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  6. def arrayClass[A](tp: Class[_]): Class[Array[A]]
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asString(v: Short): String
    Definition Classes
    ScalarTag
  9. def canEqual(x: Any): Boolean
    Definition Classes
    ClassTag → Equals → ClassManifestDeprecatedApis
  10. def clm: CLM[Short]
    Definition Classes
    ScalarTagShort → ScalarTagBase
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compare(x: Short, y: Short)(implicit ev: ORD[Short]): Int
    Definition Classes
    ScalarTagBase → CouldBeOrdered
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean
    Definition Classes
    ScalarTag → ClassTag → Equals → AnyRef → Any
  15. def erasure: Class[_]
    Definition Classes
    ScalarTag → ClassManifestDeprecatedApis
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def gt(a: Short, b: Short)(implicit ev: ORD[Short]): Boolean
    Definition Classes
    CouldBeOrdered
  19. def hashCode(): Int
    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  20. def inf(implicit ev: NUM[Short]): Nothing
    Definition Classes
    ScalarTagBase → CouldBeNumber
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isMissing(v: Short): Boolean
    Definition Classes
    ScalarTagShortScalarTag
  23. def iseq(a: Short, b: Short)(implicit ev: ORD[Short]): Boolean
    Definition Classes
    CouldBeOrdered
  24. def lt(a: Short, b: Short)(implicit ev: ORD[Short]): Boolean
    Definition Classes
    CouldBeOrdered
  25. def makeBuf(sz: Int = org.saddle.Buffer.INIT_CAPACITY): Buffer[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  26. def makeIndex(vec: Vec[Short])(implicit ord: ORD[Short]): Index[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  27. def makeLoc(sz: Int = Locator.INIT_CAPACITY): Locator[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  28. def makeLocAll(sz: Int = Locator.INIT_CAPACITY): LocatorAll[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  29. def makeMat(r: Int, c: Int, arr: Array[Short]): Mat[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  30. final def makeMat(arr: Array[Vec[Short]])(implicit st: ST[Short]): Mat[Short]

    An alternative Mat factory method using array of Vecs

    An alternative Mat factory method using array of Vecs

    Definition Classes
    SpecializedFactory
  31. def makeSorter(implicit ord: ORD[Short]): Sorter[Short]
    Definition Classes
    ScalarTagShort → ScalarTagBase → SpecializedFactory
  32. def makeVec(arr: Array[Short]): Vec[Short]
    Definition Classes
    ScalarTagBase → SpecializedFactory
  33. def missing: Short
    Definition Classes
    ScalarTagShortScalarTag
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def negInf(implicit ev: NUM[Short]): Nothing
    Definition Classes
    ScalarTagBase → CouldBeNumber
  36. def newArray(len: Int): Array[Short]
    Definition Classes
    ClassTag
  37. def notMissing(t: Short): Boolean
    Definition Classes
    ScalarTag
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def one(implicit ev: NUM[Short]): Short
    Definition Classes
    ScalarTagBase → CouldBeNumber
  41. def parse(s: Array[Char], from: Int, to: Int): Short

    Parses from a char array

    Parses from a char array

    Does not throw on erroneous input, rather returns the missing value.

    s

    characters

    from

    first index, inclusive

    to

    last index, exclusive

    returns

    a parsed value, or the missing value if any error occurs

    Definition Classes
    ScalarTagShort → ScalarTagBase → ScalarTag
  42. def runtimeClass: Class[_]
    Definition Classes
    ScalarTagBase → ScalarTag → ClassTag
  43. def show(v: Short): String
    Definition Classes
    ScalarTagBase → ScalarTag
  44. def strList(v: Short): List[String]
    Definition Classes
    ScalarTag
  45. def strListLossless(v: Short): List[String]
    Definition Classes
    ScalarTag
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toDouble(t: Short)(implicit ev: NUM[Short]): Double
    Definition Classes
    ScalarTagBase → CouldBeNumber
  48. def toString(): String
    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  49. def unapply(x: Any): Option[Short]
    Definition Classes
    ClassTag
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. def wrap: ClassTag[Array[Short]]
    Definition Classes
    ClassTag
  54. def zero(implicit ev: NUM[Short]): Short
    Definition Classes
    ScalarTagBase → CouldBeNumber

Deprecated Value Members

  1. def <:<(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  2. def >:>(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  3. def arrayManifest: ClassManifest[Array[Short]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap instead

  4. def newArray2(len: Int): Array[Array[Short]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.newArray instead

  5. def newArray3(len: Int): Array[Array[Array[Short]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.newArray instead

  6. def newArray4(len: Int): Array[Array[Array[Array[Short]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.newArray instead

  7. def newArray5(len: Int): Array[Array[Array[Array[Array[Short]]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.wrap.newArray instead

  8. def newArrayBuilder(): ArrayBuilder[Short]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use ArrayBuilder.make(this) instead

  9. def newWrappedArray(len: Int): ArraySeq[Short]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) create WrappedArray directly instead

  10. def typeArguments: List[OptManifest[_]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag to capture type structure instead

Inherited from ScalarTagBase[Short]

Inherited from ScalarTag[Short]

Inherited from CouldBeNumber[Short]

Inherited from CouldBeOrdered[Short]

Inherited from SpecializedFactory[Short]

Inherited from ClassTag[Short]

Inherited from Equals

Inherited from ClassManifestDeprecatedApis[Short]

Inherited from OptManifest[Short]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped