| Line 18... |
Line 18... |
| 18 |
\item{\code{diag}:}{Object of class \code{"character"}. Must be
|
18 |
\item{\code{diag}:}{Object of class \code{"character"}. Must be
|
| 19 |
either \code{"U"}, for unit triangular (diagonal is all ones), or
|
19 |
either \code{"U"}, for unit triangular (diagonal is all ones), or
|
| 20 |
\code{"N"} for non-unit. The diagonal elements are not
|
20 |
\code{"N"} for non-unit. The diagonal elements are not
|
| 21 |
accessed internally when \code{diag} is \code{"U"} (but need to be
|
21 |
accessed internally when \code{diag} is \code{"U"} (but need to be
|
| 22 |
allocated, i.e., \code{length(x)} does not depend on \code{diag}).}
|
22 |
allocated, i.e., \code{length(x)} does not depend on \code{diag}).}
|
| - |
|
23 |
%% below {Dim, Dimnames} work around Slot parsing buglet (< 2.2.0)
|
| 23 |
\item{\code{Dim},\code{Dimnames}:}{The dimension (a length-2
|
24 |
\item{\code{Dim, Dimnames}:}{The dimension (a length-2
|
| 24 |
\code{"integer"}) and corresponding names (or \code{NULL}),
|
25 |
\code{"integer"}) and corresponding names (or \code{NULL}),
|
| 25 |
inherited from the \code{\link{Matrix-class}}, see there.}
|
26 |
inherited from the \code{\link{Matrix-class}}, see there.}
|
| 26 |
}
|
27 |
}
|
| 27 |
}
|
28 |
}
|
| 28 |
\section{Extends}{
|
29 |
\section{Extends}{
|