| Line 23... |
Line 23... |
| 23 |
side(s) of the linear system. If missing, \code{b} is taken to be
|
23 |
side(s) of the linear system. If missing, \code{b} is taken to be
|
| 24 |
an identity matrix and \code{solve} will return the inverse of \code{a}.}
|
24 |
an identity matrix and \code{solve} will return the inverse of \code{a}.}
|
| 25 |
\item{tol}{the tolerance for detecting linear dependencies in the
|
25 |
\item{tol}{the tolerance for detecting linear dependencies in the
|
| 26 |
columns of \code{a}. The default is \code{.Machine$double.eps}. Not
|
26 |
columns of \code{a}. The default is \code{.Machine$double.eps}. Not
|
| 27 |
currently used with complex matrices \code{a}.}
|
27 |
currently used with complex matrices \code{a}.}
|
| 28 |
\item{LINPACK}{logical. Defunct and ignored (with a warning for a
|
28 |
\item{LINPACK}{logical. Defunct and ignored.}
|
| 29 |
true value).}
|
- |
|
| 30 |
\item{\dots}{further arguments passed to or from other methods}
|
29 |
\item{\dots}{further arguments passed to or from other methods}
|
| 31 |
}
|
30 |
}
|
| 32 |
\details{
|
31 |
\details{
|
| 33 |
\code{a} or \code{b} can be complex, but this uses double complex
|
32 |
\code{a} or \code{b} can be complex, but this uses double complex
|
| 34 |
arithmetic which might not be available on all platforms and LAPACK
|
33 |
arithmetic which might not be available on all platforms and LAPACK
|