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 MutablizingAdaptor[+VS[_, _], MVS[_, _], V, S] extends AnyRef

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

  12. class RichField extends AnyRef

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

  14. trait Semiring[V] extends Serializable

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

  16. trait VectorSpace[V, S] extends AnyRef

Value Members

  1. object Complex extends Serializable

  2. object CoordinateSpace

  3. object Field extends Serializable

  4. object LogDouble

  5. object MutableCoordinateSpace

  6. object MutableInnerProductSpace

  7. object MutablizingAdaptor

  8. object PowImplicits

    importing this gives numeric types a "pow" method.

  9. object Ring extends Serializable

  10. object Semiring extends Serializable

  11. object TensorSpace

  12. val i: Complex

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped