origin.Euclidean {manifold}R Documentation

Returns the origin of the manifold

Description

Each manifold defined in this package has been designated a more or less reasonable choice of origin.

Usage

## 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, ...)

Arguments

mfd

A manifold object created by createM

dimIntrinsic

An integer for the intrinsic dimension

...

Passed into specific methods

Value

A matrix with 1 column, a designation of the origin on the manifold

Methods (by class)


[Package manifold version 0.1.1 Index]