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

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 Stiefl 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 Stiefl Manifold.
}
\examples{
V <- rStiefel(6, 4)
}