org.saddle.scalar

ScalarTagFloat

object ScalarTagFloat extends ScalarTagAny[Float]

Float ScalarTag

Linear Supertypes
ScalarTagAny[Float], ScalarTag[Float], ScalarHelperOps[Float], CouldBeNumber[Float], CouldBeOrdered[Float], SpecializedFactory[Float], ClassTag[Float], Equals, ClassManifestDeprecatedApis[Float], OptManifest[Float], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalarTagFloat
  2. ScalarTagAny
  3. ScalarTag
  4. ScalarHelperOps
  5. CouldBeNumber
  6. CouldBeOrdered
  7. SpecializedFactory
  8. ClassTag
  9. Equals
  10. ClassManifestDeprecatedApis
  11. OptManifest
  12. Serializable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def altMatConstructor(r: Int, c: Int, arr: Array[Vec[Float]])(implicit st: ST[Float]): Mat[Float]

    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
  7. def argString: String

    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  8. def arrayClass[T](tp: Class[_]): Class[Array[T]]

    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def canEqual(x: Any): Boolean

    Definition Classes
    ClassTag → Equals → ClassManifestDeprecatedApis
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compare(x: Float, y: Float)(implicit ev: ORD[Float]): Int

    Definition Classes
    ScalarTagAnyCouldBeOrdered
  13. def concat(arrs: IndexedSeq[Vec[Float]]): Vec[Float]

    Offer a type-specific way to concat vecs

    Offer a type-specific way to concat vecs

    Definition Classes
    ScalarTagAnyScalarHelperOps
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(o: Any): Boolean

    Definition Classes
    ScalarTag → ClassTag → Equals → AnyRef → Any
  16. def erasure: Class[_]

    Definition Classes
    ScalarTag → ClassManifestDeprecatedApis
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def gt(a: Float, b: Float)(implicit ev: ORD[Float]): Boolean

    Definition Classes
    CouldBeOrdered
  20. def hashCode(): Int

    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  21. def inf(implicit ev: NUM[Float]): Nothing

    Definition Classes
    ScalarTagAnyCouldBeNumber
  22. def isAny: Boolean

    Definition Classes
    ScalarTag
  23. def isAnyVal: Boolean

    Definition Classes
    ScalarTag
  24. def isDouble: Boolean

    Definition Classes
    ScalarTagCouldBeNumber
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isMissing(v: Float): Boolean

    Definition Classes
    ScalarTagAnyScalarTag
  27. def isTuple: Boolean

    Definition Classes
    ScalarTag
  28. def iseq(a: Float, b: Float)(implicit ev: ORD[Float]): Boolean

    Definition Classes
    CouldBeOrdered
  29. def lt(a: Float, b: Float)(implicit ev: ORD[Float]): Boolean

    Definition Classes
    CouldBeOrdered
  30. def makeBuf(sz: Int = Buffer.INIT_CAPACITY): Buffer[Float]

    Definition Classes
    ScalarTagAnySpecializedFactory
  31. def makeIndex(vec: Vec[Float])(implicit ord: ORD[Float]): Index[Float]

    Definition Classes
    ScalarTagAnySpecializedFactory
  32. def makeLoc(sz: Int = Buffer.INIT_CAPACITY): Locator[Float]

    Definition Classes
    ScalarTagAnySpecializedFactory
  33. def makeMat(r: Int, c: Int, arr: Array[Float]): Mat[Float]

    Definition Classes
    ScalarTagAnySpecializedFactory
  34. final def makeMat(arr: Array[Vec[Float]])(implicit st: ST[Float]): Mat[Float]

    An alternative Mat factory method using array of Vecs

    An alternative Mat factory method using array of Vecs

    Definition Classes
    SpecializedFactory
  35. def makeSorter(implicit ord: ORD[Float]): Sorter[Float]

  36. def makeVec(arr: Array[Float]): Vec[Float]

    Definition Classes
    ScalarTagAnySpecializedFactory
  37. def missing: Float

    Definition Classes
    ScalarTagAnyScalarTag
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def negInf(implicit ev: NUM[Float]): Nothing

    Definition Classes
    ScalarTagAnyCouldBeNumber
  40. def newArray(len: Int): Array[Float]

    Definition Classes
    ClassTag → ClassManifestDeprecatedApis
  41. def notMissing(v: Float): Boolean

    Definition Classes
    ScalarTagAnyScalarTag
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def one(implicit ev: NUM[Float]): Float

    Definition Classes
    ScalarTagAnyCouldBeNumber
  45. def runtimeClass: Class[_]

    Definition Classes
    ScalarTagAnyScalarTag → ClassTag
  46. def show(v: Float): String

    Definition Classes
    ScalarTagAnyScalarTag
  47. def strList: (Float) ⇒ List[String]

    Definition Classes
    ScalarTag
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toDouble(t: Float)(implicit ev: NUM[Float]): Double

    Definition Classes
    ScalarTagAnyCouldBeNumber
  50. def toString(): String

    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  51. def unapply(x: Unit): Option[Float]

    Definition Classes
    ClassTag
  52. def unapply(x: Boolean): Option[Float]

    Definition Classes
    ClassTag
  53. def unapply(x: Double): Option[Float]

    Definition Classes
    ClassTag
  54. def unapply(x: Float): Option[Float]

    Definition Classes
    ClassTag
  55. def unapply(x: Long): Option[Float]

    Definition Classes
    ClassTag
  56. def unapply(x: Int): Option[Float]

    Definition Classes
    ClassTag
  57. def unapply(x: Char): Option[Float]

    Definition Classes
    ClassTag
  58. def unapply(x: Short): Option[Float]

    Definition Classes
    ClassTag
  59. def unapply(x: Byte): Option[Float]

    Definition Classes
    ClassTag
  60. def unapply(x: Any): Option[Float]

    Definition Classes
    ClassTag
  61. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  63. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  64. def wrap: ClassTag[Array[Float]]

    Definition Classes
    ClassTag
  65. def zero(implicit ev: NUM[Float]): Float

    Definition Classes
    ScalarTagAnyCouldBeNumber

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[Float]]

    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use wrap instead

  4. def newArray2(len: Int): Array[Array[Float]]

    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use wrap.newArray instead

  5. def newArray3(len: Int): Array[Array[Array[Float]]]

    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[Float]]]]

    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[Float]]]]]

    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

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

  8. def newArrayBuilder(): ArrayBuilder[Float]

    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

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

  9. def newWrappedArray(len: Int): WrappedArray[Float]

    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 ScalarTagAny[Float]

Inherited from ScalarTag[Float]

Inherited from ScalarHelperOps[Float]

Inherited from CouldBeNumber[Float]

Inherited from CouldBeOrdered[Float]

Inherited from SpecializedFactory[Float]

Inherited from ClassTag[Float]

Inherited from Equals

Inherited from ClassManifestDeprecatedApis[Float]

Inherited from OptManifest[Float]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped