CVE/CVE_R/man/rStiefl.Rd
daniel 7155d0e9db add: runtime test,
add: new CVE pure R implementation,
fix: small adaptation of legacy code to make it run,
wip: ...
2019-08-30 21:16:52 +02:00

23 lines
377 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{rStiefl}
\alias{rStiefl}
\title{Samples uniform from the Stiefel Manifold}
\usage{
rStiefl(p, q)
}
\arguments{
\item{p}{row dim.}
\item{q}{col dim.}
}
\value{
`(p, q)` semi-orthogonal matrix
}
\description{
Samples uniform from the Stiefel Manifold
}
\examples{
V <- rStiefel(6, 4)
}