Packages

c

scalismo.common.Scalar

PrimitiveScalarFromSpireNumeric

implicit class PrimitiveScalarFromSpireNumeric[A <: AnyVal] extends PrimitiveScalar[A]

Linear Supertypes
PrimitiveScalar[A], Scalar[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveScalarFromSpireNumeric
  2. PrimitiveScalar
  3. Scalar
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PrimitiveScalarFromSpireNumeric(num: Numeric[A])(implicit arg0: ClassTag[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def createArray(data: Array[A]): PrimitiveScalarArray[A]
    Definition Classes
    PrimitiveScalar
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromByte(n: Byte): A
  11. def fromDouble(n: Double): A
  12. def fromFloat(n: Float): A
  13. def fromInt(n: Int): A
  14. def fromLong(n: Long): A
  15. def fromShort(n: Short): A
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def minus(s1: A, s2: A): A
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def one: A
  24. def plus(s1: A, s2: A): A
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def times(s1: A, s2: A): A
  27. def timesDouble(s1: A, d: Double): Double
  28. def toByte(a: A): Byte
  29. def toDouble(a: A): Double
  30. def toFloat(a: A): Float
  31. def toInt(a: A): Int
  32. def toLong(a: A): Long
  33. def toShort(a: A): Short
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def zero: A

Inherited from PrimitiveScalar[A]

Inherited from Scalar[A]

Inherited from AnyRef

Inherited from Any

Ungrouped