Improved handling of extra dimensions
This commit is contained in:
parent
8a73fe4bc1
commit
23e0d4a1a3
3 changed files with 20 additions and 4 deletions
|
|
@ -4,12 +4,14 @@
|
|||
\alias{ones}
|
||||
\title{Matrix of ones}
|
||||
\usage{
|
||||
ones(n1, n2 = n1)
|
||||
ones(n1, n2 = n1, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{n1}{number of rows}
|
||||
|
||||
\item{n2}{number of columns}
|
||||
|
||||
\item{...}{extra dimensions}
|
||||
}
|
||||
\description{
|
||||
wrapper of `zeros_or_ones()` that replicates the behavior of
|
||||
|
|
|
|||
|
|
@ -4,12 +4,14 @@
|
|||
\alias{zeros}
|
||||
\title{Matrix of zeros}
|
||||
\usage{
|
||||
zeros(n1, n2 = n1)
|
||||
zeros(n1, n2 = n1, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{n1}{number of rows}
|
||||
|
||||
\item{n2}{number of columns}
|
||||
|
||||
\item{...}{extra dimensions}
|
||||
}
|
||||
\description{
|
||||
wrapper of `zeros_or_ones()` that replicates the behavior of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue