Commit 2022-06-16 19:20 67da2721
View on Github →feat(analysis/inner_product_space): Gram-Schmidt Basis (#14514)
When the Gram-Schmidt procedure is given a basis, it produces a basis.
This pull request also refactors the lemma gram_schmidt_span. The new versions of the lemmas cover the span of Iio, the span of Iic and the span of the complete set of input vectors. I was also able to remove some type classes in the process.