2
0
Fork 0
CVE/CVE_C/man/projTangentStiefel.Rd

21 lines
542 B
Plaintext
Raw Normal View History

2019-09-25 12:49:12 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{projTangentStiefel}
\alias{projTangentStiefel}
\title{Orthogonal Projection onto the tangent space of the stiefel manifold.}
2019-09-25 12:49:12 +00:00
\usage{
projTangentStiefel(V, G)
2019-09-25 12:49:12 +00:00
}
\arguments{
\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{
Orthogonal Projection onto the tangent space of the stiefel manifold.
2019-09-25 12:49:12 +00:00
}
\keyword{internal}