% Generated by roxygen2: do not edit by hand % Please edit documentation in R/util.R \name{null} \alias{null} \title{Null space basis of given matrix `V`} \usage{ null(V) } \arguments{ \item{V}{`(p, q)` matrix} } \value{ Semi-orthogonal `(p, p - q)` matrix spaning the null space of `V`. } \description{ Null space basis of given matrix `V` } \keyword{internal}