Packages

o

provingground.learning

FieldGramSchmidt

object FieldGramSchmidt

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldGramSchmidt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def makePerpFromON[V, F](orthonormals: Vector[V], vec: V)(implicit vs: InnerProductSpace[V, F], field: Field[F], roots: NRoot[F]): V
  2. def onVec[F](vv: Vector[Vector[F]])(implicit field: Field[F], roots: NRoot[F]): Vector[Vector[F]]
  3. def orthonormal[V, F](v: Vector[V])(implicit vs: InnerProductSpace[V, F], field: Field[F], roots: NRoot[F]): Vector[V]
  4. def perpVec[F](vv: Vector[Vector[F]], v: Vector[F])(implicit field: Field[F], roots: NRoot[F]): Vector[F]