2019-09-25 12:49:12 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/util.R
|
2019-11-20 18:03:21 +00:00
|
|
|
\name{projTangentStiefel}
|
|
|
|
\alias{projTangentStiefel}
|
|
|
|
\title{Orthogonal Projection onto the tangent space of the stiefel manifold.}
|
2019-09-25 12:49:12 +00:00
|
|
|
\usage{
|
2019-11-20 18:03:21 +00:00
|
|
|
projTangentStiefel(V, G)
|
2019-09-25 12:49:12 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
2019-11-20 18:03:21 +00:00
|
|
|
\item{V}{Point on the stiefel manifold.}
|
2019-09-25 12:49:12 +00:00
|
|
|
|
|
|
|
\item{G}{matrix to be projected onto the tangent space at `V`.}
|
|
|
|
}
|
|
|
|
\value{
|
|
|
|
`(p, q)` matrix as element of the tangent space at `V`.
|
|
|
|
}
|
|
|
|
\description{
|
2019-11-20 18:03:21 +00:00
|
|
|
Orthogonal Projection onto the tangent space of the stiefel manifold.
|
2019-09-25 12:49:12 +00:00
|
|
|
}
|
|
|
|
\keyword{internal}
|