[−][src]Trait alga::linear::InnerSpace
A vector space aquipped with an inner product.
It must be a normed space as well and the norm must agree with the inner product. The inner product must be symmetric, linear in its first agurment, and positive definite.
Associated Types
Required Methods
fn inner_product(&self, other: &Self) -> Self::Real
Computes the inner product of self
with other
.