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{retractStiefel}
|
|
|
|
\alias{retractStiefel}
|
2019-09-25 12:49:12 +00:00
|
|
|
\title{Retraction to the manifold.}
|
|
|
|
\usage{
|
2019-11-20 18:03:21 +00:00
|
|
|
retractStiefel(A)
|
2019-09-25 12:49:12 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{A}{matrix.}
|
|
|
|
}
|
|
|
|
\value{
|
2019-11-20 18:03:21 +00:00
|
|
|
`(p, q)` semi-orthogonal matrix, aka element of the Stiefel manifold.
|
2019-09-25 12:49:12 +00:00
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Retraction to the manifold.
|
|
|
|
}
|
|
|
|
\keyword{internal}
|