Packages

object GramSchmidt

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

Value Members

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