breeze

math

package math

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. math
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Complex(real: Double, imag: Double) extends Product with Serializable

    Immutable complex number representation backed by doubles for the real and imaginary parts.

  2. trait CoordinateSpace[V, S] extends InnerProductSpace[V, S]

    A coordinate space is like a breeze.math.InnerProductSpace, but it supports the full suite of "Tensor-y" operations.

  3. trait Field[V] extends Ring[V]

    Marker trait for scalar values.

  4. trait InnerProductSpace[V, S] extends NormedVectorSpace[V, S]

  5. class LogDouble extends AnyRef

    Represents a double in log space, to prevent under/overflow These guys are horribly slow right now, thanks to boxing in Java.

  6. trait MutableCoordinateSpace[V, S] extends MutableInnerProductSpace[V, S] with CoordinateSpace[V, S]

  7. trait MutableInnerProductSpace[V, S] extends InnerProductSpace[V, S] with MutableVectorSpace[V, S]

  8. trait MutableNormedSpace[V, S] extends NormedVectorSpace[V, S] with MutableVectorSpace[V, S]

  9. trait MutableVectorSpace[V, S] extends VectorSpace[V, S]

  10. trait NormedVectorSpace[V, S] extends VectorSpace[V, S]

  11. class RichField extends AnyRef

  12. trait Ring[V] extends Semiring[V]

  13. trait Semiring[V] extends Serializable

  14. trait TensorSpace[V, I, S] extends MutableCoordinateSpace[V, S]

  15. trait VectorSpace[V, S] extends AnyRef

Value Members

  1. object Complex extends Serializable

  2. object Field extends Serializable

  3. object LogDouble

  4. object MutableCoordinateSpace

  5. object MutableInnerProductSpace

  6. object Ring extends Serializable

  7. object Semiring extends Serializable

  8. object TensorSpace

  9. val i: Complex

  10. implicit def richDouble(value: Double): RichField

  11. implicit def richFloat(value: Float): RichField

  12. implicit def richInt(value: Int): RichField

  13. implicit def richLong(value: Long): RichField

Inherited from AnyRef

Inherited from Any

Ungrouped