ScalarTagFloat

object ScalarTagFloat extends ScalarTagAny[Float]

Float ScalarTag

class ScalarTagAny[Float]
trait ScalarTag[Float]
trait ScalarHelperOps[Float]
trait CouldBeNumber[Float]
trait CouldBeOrdered[Float]
trait SpecializedFactory[Float]
trait ClassTag[Float]
trait Equals
trait ClassManifestDeprecatedApis[Float]
trait OptManifest[Float]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def isMissing(v: Float): Boolean
Definition Classes
override def makeSorter(implicit ord: Order[Float]): Sorter[Float]
Definition Classes
override def missing: Float
Definition Classes
override def parse(s: String): Float
Definition Classes

Inherited methods

protected def altMatConstructor(r: Int, c: Int, arr: Array[Vec[Float]])(implicit st: ScalarTag[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.

Inherited from:
SpecializedFactory
protected def argString: String
Inherited from:
ClassManifestDeprecatedApis
protected def arrayClass[A](tp: Class[_]): Class[Array[A]]
Inherited from:
ClassManifestDeprecatedApis
def asString(v: Float): String
Inherited from:
ScalarTag
override def canEqual(x: Any): Boolean
Definition Classes
ClassTag -> Equals -> ClassManifestDeprecatedApis
Inherited from:
ClassTag
def compare(x: Float, y: Float)(implicit ev: Order[Float]): Int
Inherited from:
ScalarTagAny
def concat(arrs: IndexedSeq[Vec[Float]]): Vec[Float]
Inherited from:
ScalarTagAny
override def equals(o: Any): Boolean
Definition Classes
ScalarTag -> ClassTag -> Equals -> Any
Inherited from:
ScalarTag
override def erasure: Class[_]
Definition Classes
ScalarTag -> ClassManifestDeprecatedApis
Inherited from:
ScalarTag
def gt(a: Float, b: Float)(implicit ev: Order[Float]): Boolean
Inherited from:
CouldBeOrdered
override def hashCode(): Int
Definition Classes
ScalarTag -> ClassTag -> Any
Inherited from:
ScalarTag
def inf(implicit ev: Numeric[Float]): Float
Inherited from:
ScalarTagAny
def isAny: Boolean
Inherited from:
ScalarTag
def isAnyVal: Boolean
Inherited from:
ScalarTag
def isDouble: Boolean
Inherited from:
ScalarTag
def isTuple: Boolean
Inherited from:
ScalarTag
def iseq(a: Float, b: Float)(implicit ev: Order[Float]): Boolean
Inherited from:
CouldBeOrdered
def lt(a: Float, b: Float)(implicit ev: Order[Float]): Boolean
Inherited from:
CouldBeOrdered
def makeBuf(sz: Int): Buffer[Float]
Inherited from:
ScalarTagAny
def makeIndex(vec: Vec[Float])(implicit ord: Order[Float]): Index[Float]
Inherited from:
ScalarTagAny
def makeLoc(sz: Int): Locator[Float]
Inherited from:
ScalarTagAny
def makeMat(r: Int, c: Int, arr: Array[Float]): Mat[Float]
Inherited from:
ScalarTagAny
final def makeMat(arr: Array[Vec[Float]])(implicit st: ScalarTag[Float]): Mat[Float]

An alternative Mat factory method using array of Vecs

An alternative Mat factory method using array of Vecs

Inherited from:
SpecializedFactory
def makeVec(arr: Array[Float]): Vec[Float]
Inherited from:
ScalarTagAny
def negInf(implicit ev: Numeric[Float]): Float
Inherited from:
ScalarTagAny
def newArray(len: Int): Array[Float]
Inherited from:
ClassTag
def notMissing(t: Float): Boolean
Inherited from:
ScalarTag
def one(implicit ev: Numeric[Float]): Float
Inherited from:
ScalarTagAny
override def runtimeClass: Class[_]
Definition Classes
ScalarTagAny -> ScalarTag -> ClassTag
Inherited from:
ScalarTagAny
def show(v: Float): String
Inherited from:
ScalarTagAny
def strList(v: Float): List[String]
Inherited from:
ScalarTag
def strListLossless(v: Float): List[String]
Inherited from:
ScalarTag
def toDouble(t: Float)(implicit ev: Numeric[Float]): Double
Inherited from:
ScalarTagAny
override def toString: String
Definition Classes
ScalarTag -> ClassTag -> Any
Inherited from:
ScalarTag
def unapply(x: Any): Option[Float]
Inherited from:
ClassTag
def wrap: ClassTag[Array[Float]]
Inherited from:
ClassTag
def zero(implicit ev: Numeric[Float]): Float
Inherited from:
ScalarTagAny

Deprecated and Inherited methods

@deprecated(message = "use scala.reflect.runtime.universe.TypeTag for subtype checking instead", since = "2.10.0")
def <:<(that: ClassTag[_]): Boolean
Deprecated
[Since version 2.10.0] use scala.reflect.runtime.universe.TypeTag for subtype checking instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use scala.reflect.runtime.universe.TypeTag for subtype checking instead", since = "2.10.0")
def >:>(that: ClassTag[_]): Boolean
Deprecated
[Since version 2.10.0] use scala.reflect.runtime.universe.TypeTag for subtype checking instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use wrap instead", since = "2.10.0")
def arrayManifest: ClassTag[Array[Float]]
Deprecated
[Since version 2.10.0] use wrap instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use wrap.newArray instead", since = "2.10.0")
def newArray2(len: Int): Array[Array[Float]]
Deprecated
[Since version 2.10.0] use wrap.newArray instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use wrap.wrap.newArray instead", since = "2.10.0")
def newArray3(len: Int): Array[Array[Array[Float]]]
Deprecated
[Since version 2.10.0] use wrap.wrap.newArray instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use wrap.wrap.wrap.newArray instead", since = "2.10.0")
def newArray4(len: Int): Array[Array[Array[Array[Float]]]]
Deprecated
[Since version 2.10.0] use wrap.wrap.wrap.newArray instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use wrap.wrap.wrap.wrap.newArray instead", since = "2.10.0")
def newArray5(len: Int): Array[Array[Array[Array[Array[Float]]]]]
Deprecated
[Since version 2.10.0] use wrap.wrap.wrap.wrap.newArray instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use ArrayBuilder.make(this) instead", since = "2.10.0")
def newArrayBuilder(): ArrayBuilder[Float]
Deprecated
[Since version 2.10.0] use ArrayBuilder.make(this) instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "create WrappedArray directly instead", since = "2.10.0")
def newWrappedArray(len: Int): ArraySeq[Float]
Deprecated
[Since version 2.10.0] create WrappedArray directly instead
Inherited from:
ClassManifestDeprecatedApis
@deprecated(message = "use scala.reflect.runtime.universe.TypeTag to capture type structure instead", since = "2.10.0")
def typeArguments: List[OptManifest[_]]
Deprecated
[Since version 2.10.0] use scala.reflect.runtime.universe.TypeTag to capture type structure instead
Inherited from:
ClassManifestDeprecatedApis