Oblique manifold
The oblique manifold $\mathcal{OB}(n,m)$ is modeled as an AbstractPowerManifold of the (real-valued) Sphere and uses ArrayPowerRepresentation. Points on the torus are hence matrices, $x โ โ^{n,m}$.
Manifolds.Oblique โ Type
Oblique{๐ฝ, T, S} <: AbstractPowerManifold{๐ฝ}The oblique manifold $\mathcal{OB}(n,m)$ is the set of ๐ฝ-valued matrices with unit norm column endowed with the metric from the embedding. This yields exactly the same metric as considering the product metric of the unit norm vectors, i.e. PowerManifold of the $(n-1)$-dimensional Sphere.
The Sphere is stored internally within M.manifold, such that all functions of AbstractPowerManifold can be used directly.
Constructor
Oblique(n::Int, m::Int, field::AbstractNumbers=โ; parameter::Symbol=:type)Generate the manifold of matrices $\mathbb R^{nรm}$ such that the $m$ columns are unit vectors, i.e. from the Sphere(n-1).
Functions
Most functions are directly implemented for an AbstractPowerManifold with ArrayPowerRepresentation except the following special cases: