21 lines
536 B
R
21 lines
536 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/util.R
|
|
\name{projTangentStiefl}
|
|
\alias{projTangentStiefl}
|
|
\title{Orthogonal Projection onto the tangent space of the stiefl manifold.}
|
|
\usage{
|
|
projTangentStiefl(V, G)
|
|
}
|
|
\arguments{
|
|
\item{V}{Point on the stiefl manifold.}
|
|
|
|
\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{
|
|
Orthogonal Projection onto the tangent space of the stiefl manifold.
|
|
}
|
|
\keyword{internal}
|