Packages

o

org.saddle.scalar

ScalarTagDouble

object ScalarTagDouble extends ScalarTag[Double]

Double ScalarTag

Linear Supertypes
ScalarTag[Double], CouldBeNumber[Double], CouldBeOrdered[Double], SpecializedFactory[Double], ClassTag[Double], Equals, ClassManifestDeprecatedApis[Double], OptManifest[Double], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalarTagDouble
  2. ScalarTag
  3. CouldBeNumber
  4. CouldBeOrdered
  5. SpecializedFactory
  6. ClassTag
  7. Equals
  8. ClassManifestDeprecatedApis
  9. OptManifest
  10. Serializable
  11. AnyRef
  12. 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[Double]])(implicit st: ST[Double]): Mat[Double]

    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: Double): String
    Definition Classes
    ScalarTagDoubleScalarTag
  9. def canEqual(x: Any): Boolean
    Definition Classes
    ClassTag → Equals → ClassManifestDeprecatedApis
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compare(x: Double, y: Double)(implicit ev: ORD[Double]): Int
    Definition Classes
    ScalarTagDouble → CouldBeOrdered
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(o: Any): Boolean
    Definition Classes
    ScalarTag → ClassTag → Equals → AnyRef → Any
  14. def erasure: Class[_]
    Definition Classes
    ScalarTag → ClassManifestDeprecatedApis
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def gt(a: Double, b: Double)(implicit ev: ORD[Double]): Boolean
    Definition Classes
    CouldBeOrdered
  18. def hashCode(): Int
    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  19. def inf(implicit ev: NUM[Double]): Double
    Definition Classes
    ScalarTagDouble → CouldBeNumber
    Annotations
    @inline()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMissing(v: Double): Boolean
    Definition Classes
    ScalarTagDoubleScalarTag
    Annotations
    @inline()
  22. def iseq(a: Double, b: Double)(implicit ev: ORD[Double]): Boolean
    Definition Classes
    CouldBeOrdered
  23. def lt(a: Double, b: Double)(implicit ev: ORD[Double]): Boolean
    Definition Classes
    CouldBeOrdered
  24. def makeBuf(sz: Int = org.saddle.Buffer.INIT_CAPACITY): Buffer[Double]
    Definition Classes
    ScalarTagDouble → SpecializedFactory
  25. def makeIndex(vec: Vec[Double])(implicit ord: ORD[Double]): Index[Double]
    Definition Classes
    ScalarTagDouble → SpecializedFactory
  26. def makeLoc(sz: Int = Locator.INIT_CAPACITY): LocatorDouble
    Definition Classes
    ScalarTagDouble → SpecializedFactory
  27. def makeLocAll(sz: Int = Locator.INIT_CAPACITY): LocatorAllDouble
    Definition Classes
    ScalarTagDouble → SpecializedFactory
  28. def makeMat(r: Int, c: Int, arr: Array[Double]): Mat[Double]
    Definition Classes
    ScalarTagDouble → SpecializedFactory
  29. final def makeMat(arr: Array[Vec[Double]])(implicit st: ST[Double]): Mat[Double]

    An alternative Mat factory method using array of Vecs

    An alternative Mat factory method using array of Vecs

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

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

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[Double]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap instead

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

    (Since version 2.10.0) use wrap.newArray instead

  5. def newArray3(len: Int): Array[Array[Array[Double]]]
    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[Double]]]]
    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[Double]]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

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

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

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

  9. def newWrappedArray(len: Int): ArraySeq[Double]
    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 ScalarTag[Double]

Inherited from CouldBeNumber[Double]

Inherited from CouldBeOrdered[Double]

Inherited from SpecializedFactory[Double]

Inherited from ClassTag[Double]

Inherited from Equals

Inherited from ClassManifestDeprecatedApis[Double]

Inherited from OptManifest[Double]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped