basis.math.binary64

Real

object Real extends RealField with AffineSpace with RN with RMxN

A real field of double-precision floating-point values.

Source
Real.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Real
  2. RMxN
  3. FMxN
  4. RN
  5. FN
  6. VectorSpace
  7. AffineSpace
  8. RealField
  9. CompleteField
  10. OrderedField
  11. Field
  12. OrderedRing
  13. Ring
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Col = Real

    The type of vectors in the column space.

    The type of vectors in the column space.

    Definition Classes
    RealFMxN
  2. trait CompleteFieldElement extends FieldElement

    Definition Classes
    CompleteField
  3. type Element = Real

    The type of elements in this matrix space.

    The type of elements in this matrix space.

    Definition Classes
    RealRealFieldCompleteFieldOrderedFieldFieldOrderedRingRing
  4. trait FieldElement extends RingElement

    Definition Classes
    Field
  5. type Matrix = Real

    The type of matrices in this matrix space.

    The type of matrices in this matrix space.

    Definition Classes
    RealRMxNFMxN
  6. trait MatrixFMxN extends VectorElement

    A matrix in this matrix space.

    A matrix in this matrix space.

    Definition Classes
    FMxN
  7. trait MatrixRMxN extends MatrixFMxN

    Definition Classes
    RMxN
  8. trait OrderedFieldElement extends OrderedRingElement with FieldElement

    Definition Classes
    OrderedField
  9. trait OrderedRingElement extends RingElement

    Definition Classes
    OrderedRing
  10. type Point = Real

    The type of points in this matrix space.

    The type of points in this matrix space.

    Definition Classes
    RealAffineSpace
  11. trait PointElement extends Any

    A point in this affine space.

    A point in this affine space.

    Definition Classes
    AffineSpace
  12. trait RealFieldElement extends OrderedFieldElement with CompleteFieldElement

    Definition Classes
    RealField
  13. trait RingElement extends Any

    An element in this ring.

    An element in this ring.

    Definition Classes
    Ring
  14. type Row = Real

    The type of vectors in the row space.

    The type of vectors in the row space.

    Definition Classes
    RealFMxN
  15. type Scalar = Real

    The type of scalars in this matrix space.

    The type of scalars in this matrix space.

    Definition Classes
    RealRMxNRNVectorSpaceAffineSpace
  16. type Transpose = Real

    The type of matrix transposes.

    The type of matrix transposes.

    Definition Classes
    RealFMxN
  17. type Vector = Real

    The type of vectors in this matrix space; equivalent to the type of matrices.

    The type of vectors in this matrix space; equivalent to the type of matrices.

    Definition Classes
    RealFMxNRNFNVectorSpaceAffineSpace
  18. trait VectorElement extends Any

    A vector in this vector space.

    A vector in this vector space.

    Definition Classes
    VectorSpace
  19. trait VectorFN extends VectorElement

    Definition Classes
    FN
  20. trait VectorRN extends VectorFN

    Definition Classes
    RN

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. val Col: Real.type

    Definition Classes
    RealRMxNFMxN
  5. val Row: Real.type

    Returns the row space.

    Returns the row space.

    Definition Classes
    RealRMxNFMxN
  6. val Scalar: Real.type

    Returns the scalar set of this matrix space.

    Returns the scalar set of this matrix space.

    Definition Classes
    RealRMxNRNVectorSpaceAffineSpace
  7. implicit def ScalarTag: ClassTag[Real]

    Definition Classes
    RealRMxNFMxNRNFN
  8. val Transpose: Real.type

    Returns the transpose of this matrix space.

    Returns the transpose of this matrix space.

    Definition Classes
    RealRMxNFMxN
  9. val Vector: Real.type

    Returns the vector space underlying this matrix space.

    Returns the vector space underlying this matrix space.

    Definition Classes
    RealAffineSpace
  10. def apply(coords: Array[Real]): Real

    Returns a new matrix with the given row-major entries.

    Returns a new matrix with the given row-major entries.

    Definition Classes
    RealRMxNFMxNRNFN
  11. def apply(coords: Array[Double]): Real

    Returns a new vector with the given Double coordinates.

    Returns a new vector with the given Double coordinates.

    Definition Classes
    RealRMxNRN
  12. implicit def apply(value: Double): Real

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit def coerce(that: Integer): Real

  16. def cols(cols: Real*): Real

    Returns a new matrix with the given columns.

    Returns a new matrix with the given columns.

    Definition Classes
    RealRMxNFMxN
  17. def dim: Int

    Returns the dimension of this matrix space.

    Returns the dimension of this matrix space.

    Definition Classes
    RealFMxNFN
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  27. def origin: Real

    Returns the origin of this matrix space.

    Returns the origin of this matrix space.

    Definition Classes
    RealAffineSpace
  28. def product[A <: FMxN { val Scalar: basis.math.binary64.Real.type }, B <: FMxN { val Scalar: basis.math.binary64.Real.type }](matrixA: RMxN.product.A.MatrixFMxN, matrixB: RMxN.product.B.MatrixFMxN): Matrix

    Returns the real matrix product of the first real matrix, whose column space equals this column space, times the second real matrix, whose row space equals this row space, where the row space of the first matrix equals the column space of the second matrix.

    Returns the real matrix product of the first real matrix, whose column space equals this column space, times the second real matrix, whose row space equals this row space, where the row space of the first matrix equals the column space of the second matrix.

    Definition Classes
    RMxNFMxN
  29. def rows(rows: Real*): Real

    Returns a new matrix with the given rows.

    Returns a new matrix with the given rows.

    Definition Classes
    RealRMxNFMxN
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    Real → AnyRef → Any
  32. val unit: Real

    Returns the identity matrix of this matrix space, if one exists.

    Returns the identity matrix of this matrix space, if one exists.

    Definition Classes
    RealRMxNFMxNRealFieldCompleteFieldOrderedFieldFieldOrderedRingRing
  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. val zero: Real

    Returns the additive identity of this matrix space.

    Returns the additive identity of this matrix space.

    Definition Classes
    RealRMxNFMxNRNFNVectorSpaceRealFieldCompleteFieldOrderedFieldFieldOrderedRingRing

Inherited from RMxN

Inherited from FMxN

Inherited from RN

Inherited from FN

Inherited from VectorSpace

Inherited from AffineSpace

Inherited from RealField

Inherited from CompleteField

Inherited from OrderedField

Inherited from Field

Inherited from OrderedRing

Inherited from Ring

Inherited from AnyRef

Inherited from Any

Ungrouped