p

org.gnarf

linear

package linear

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. linear
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AffineSpace [T](u: Vec[T], basis: Basis[T])(implicit evidence$1: ClassTag[T]) extends Product with Serializable

    Affine space.

    Affine space.

    Defined by u + linear combination of basis vectors.

  2. case class Basis [T] extends Traversable[Vec[T]] with Product with Serializable

    Basis for vector space.

    Basis for vector space.

    Defined by a set of basis vectors.

  3. trait Error extends Throwable
  4. abstract class ImmutableMat [T] extends Mat[T]
  5. class ImmutableTranspose [T] extends ImmutableMat[T] with Transpose[T]
  6. abstract class ImmutableVec [T] extends Vec[T]
  7. trait InnerProductSpace [T] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  8. trait LinField [T] extends Ordering[T]
    Annotations
    @implicitNotFound( ... )
  9. implicit class LinFieldHelpers [T] extends AnyRef
  10. case class LinearSolutionSpace [T](space: AffineSpace[T]) extends LinearSystemSolution[T] with Product with Serializable
  11. sealed trait LinearSystemSolution [+T] extends AnyRef
  12. sealed abstract class Mat [T] extends Traversable[T]
  13. trait MatFactory extends AnyRef
  14. abstract class MutableMat [T] extends Mat[T]
  15. class MutableTranspose [T] extends MutableMat[T] with Transpose[T]
  16. abstract class MutableVec [T] extends Vec[T]
  17. abstract class NumericLFHelpers [T] extends AnyRef
  18. trait Transpose [T] extends AnyRef
  19. case class UniqueLinearSolution [T](x: Vec[T]) extends LinearSystemSolution[T] with Product with Serializable
  20. sealed abstract class Vec [T] extends IndexedSeq[T]
  21. trait VecFactory extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped