origin.Euclidean | R Documentation |
Each manifold defined in this package has been designated a more or less reasonable choice of origin.
## S3 method for class 'Euclidean' origin(mfd, dimIntrinsic, ...) origin(mfd, dimIntrinsic, ...) ## S3 method for class 'L2' origin(mfd, dimIntrinsic, ...) ## S3 method for class 'HS' origin(mfd, dimIntrinsic, ...) ## S3 method for class 'Dens' origin(mfd, dimIntrinsic, ...) ## S3 method for class 'SO' origin(mfd, dimIntrinsic, ...) ## S3 method for class 'SPD' origin(mfd, dimIntrinsic, ...) ## S3 method for class 'Sphere' origin(mfd, dimIntrinsic, ...)
mfd |
A manifold object created by |
dimIntrinsic |
An integer for the intrinsic dimension |
... |
Passed into specific methods |
A matrix with 1 column, a designation of the origin on the manifold
origin(Euclidean)
: Method
origin(L2)
: Method
origin(HS)
: Method
origin(Dens)
: The uniform density
origin(SO)
: The origin has 1 in the first ambient coordinate and 0 otherwise.
origin(SPD)
: The origin is the identity matrix but vectorized.
origin(Sphere)
: The origin has 1 in the first ambient coordinate and 0 otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.