breeze.storage

Zero

object Zero extends ZeroLowPriority with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Zero
  2. Serializable
  3. Serializable
  4. ZeroLowPriority
  5. ZeroVeryLowPriority
  6. AnyRef
  7. 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. implicit object BigDecimalZero extends Zero[BigDecimal]

    Annotations
    @SerialVersionUID( 1l )
  7. implicit object BigIntZero extends Zero[BigInt]

    Annotations
    @SerialVersionUID( 1l )
  8. implicit object BooleanZero extends Zero[Boolean]

    Annotations
    @SerialVersionUID( 1l )
  9. implicit object ByteZero extends Zero[Byte]

    Annotations
    @SerialVersionUID( 1l )
  10. implicit object CharZero extends Zero[Char]

    Annotations
    @SerialVersionUID( 1l )
  11. implicit object DoubleZero extends Zero[Double]

    Annotations
    @SerialVersionUID( 1l )
  12. implicit object FloatZero extends Zero[Float]

    Annotations
    @SerialVersionUID( 1l )
  13. implicit object IntZero extends Zero[Int]

    Annotations
    @SerialVersionUID( 1l )
  14. implicit object LongZero extends Zero[Long]

    Annotations
    @SerialVersionUID( 1l )
  15. implicit def ObjectZero[T <: AnyRef]: Zero[T]

    Definition Classes
    ZeroVeryLowPriority
  16. implicit object ShortZero extends Zero[Short]

    Annotations
    @SerialVersionUID( 1l )
  17. def apply[T](v: T): Zero[T]

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def forClass(clazz: Class[_]): Zero[_]

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. val refDefault: Zero[AnyRef]

    Attributes
    protected
    Definition Classes
    ZeroVeryLowPriority
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. implicit def zeroFromSemiring[T](implicit arg0: Semiring[T]): Zero[T]

    Definition Classes
    ZeroLowPriority

Inherited from Serializable

Inherited from Serializable

Inherited from ZeroLowPriority

Inherited from ZeroVeryLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped