% 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) }