Real vector space

\(\mathbb{R}^n\) is the vector space of unconstrained vectors. This class is useful when composed with other manifolds to form more interesting spaces using the classes from Product Manifold.

class geotorch.Rn(size)[source]

Vector space of unconstrained vectors.

Parameters

size (torch.size) – Size of the tensor to be parametrized

in_manifold(X)[source]