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], ClassManifest[Float], Equals, OptManifest[Float], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalarTagFloat
  2. ScalarTagAny
  3. ScalarTag
  4. ScalarHelperOps
  5. CouldBeNumber
  6. CouldBeOrdered
  7. SpecializedFactory
  8. ClassManifest
  9. Equals
  10. OptManifest
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
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. def <:<(that: scala.reflect.ClassManifest[_]): Boolean

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

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

    Definition Classes
    Any
  7. def >:>(that: scala.reflect.ClassManifest[_]): Boolean

    Definition Classes
    ClassManifest
  8. 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
  9. def argString: String

    Attributes
    protected
    Definition Classes
    ClassManifest
  10. def arrayClass[T](tp: java.lang.Class[_]): Class[Array[T]]

    Attributes
    protected
    Definition Classes
    ClassManifest
  11. def arrayManifest: ClassManifest[Array[Float]]

    Definition Classes
    ClassManifest
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def canEqual(other: Any): Boolean

    Definition Classes
    ClassManifest → Equals
  14. def clone(): AnyRef

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

    Definition Classes
    ScalarTagAnyCouldBeOrdered
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    ScalarTag → ClassManifest → Equals → AnyRef → Any
  19. def erasure: java.lang.Class[_]

    Definition Classes
    ScalarTag → ClassManifest
  20. def finalize(): Unit

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

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

    Definition Classes
    CouldBeOrdered
  23. def hashCode(): Int

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

    Definition Classes
    ScalarTagAnyCouldBeNumber
  25. def isAny: Boolean

    Definition Classes
    ScalarTag
  26. def isAnyVal: Boolean

    Definition Classes
    ScalarTag
  27. def isDouble: Boolean

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

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

    Definition Classes
    ScalarTagAnyScalarTag
  30. def isTuple: Boolean

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

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

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

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

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

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

    Definition Classes
    ScalarTagAnySpecializedFactory
  37. 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
  38. def makeSorter(implicit ord: ORD[Float]): Sorter[Float]

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

    Definition Classes
    ScalarTagAnySpecializedFactory
  40. def missing: Float

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

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

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

    Definition Classes
    ClassManifest
  44. def newArray2(len: Int): Array[Array[Float]]

    Definition Classes
    ClassManifest
  45. def newArray3(len: Int): Array[Array[Array[Float]]]

    Definition Classes
    ClassManifest
  46. def newArray4(len: Int): Array[Array[Array[Array[Float]]]]

    Definition Classes
    ClassManifest
  47. def newArray5(len: Int): Array[Array[Array[Array[Array[Float]]]]]

    Definition Classes
    ClassManifest
  48. def newArrayBuilder(): ArrayBuilder[Float]

    Definition Classes
    ClassManifest
  49. def newWrappedArray(len: Int): WrappedArray[Float]

    Definition Classes
    ClassManifest
  50. def notMissing(v: Float): Boolean

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

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

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

    Definition Classes
    ScalarTagAnyCouldBeNumber
  54. def readResolve(): AnyRef

    Attributes
    protected
  55. def runtimeClass: java.lang.Class[_]

    Definition Classes
    ScalarTagAnyScalarTag
  56. def show(v: Float): String

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

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

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

    Definition Classes
    ScalarTagAnyCouldBeNumber
  60. def toString(): String

    Definition Classes
    ScalarTag → AnyRef → Any
  61. def typeArguments: List[scala.reflect.OptManifest[_]]

    Definition Classes
    ClassManifest
  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  65. def zero(implicit ev: NUM[Float]): Float

    Definition Classes
    ScalarTagAnyCouldBeNumber

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

Inherited from Equals

Inherited from OptManifest[Float]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any