vect-0.4.6: A low-dimensional linear algebra library, tailored to computer graphics.Source codeContentsIndex
Data.Vect.Double.GramSchmidt
Description
Gram-Schmidt orthogonalization. This module is not re-exported by Data.Vect.
Synopsis
class GramSchmidt a where
gramSchmidt :: a -> a
gramSchmidtNormalize :: a -> a
Documentation
class GramSchmidt a whereSource
produces orthogonal/orthonormal vectors from a set of vectors
Methods
gramSchmidtSource
:: a
-> adoes not normalize the vectors!
gramSchmidtNormalizeSource
:: a
-> anormalizes the vectors.
show/hide Instances
Produced by Haddock version 2.4.1