The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85061
Line 19... Line 19...
19
  }
19
  }
20
\arguments{
20
\arguments{
21
  \item{x}{numeric matrix: logical matrices are coerced to numeric.}
21
  \item{x}{numeric matrix: logical matrices are coerced to numeric.}
22
  \item{logarithm}{logical; if \code{TRUE} (default) return the
22
  \item{logarithm}{logical; if \code{TRUE} (default) return the
23
    logarithm of the modulus of the determinant.}
23
    logarithm of the modulus of the determinant.}
24
  \item{\dots}{Optional arguments.  At present none are used.  Previous
24
  \item{\dots}{optional arguments, currently unused.}
25
    versions of \code{det} allowed an optional \code{method} argument.
-
 
26
    This argument will be ignored but will not produce an error.}
-
 
27
}
25
}
28
\details{
26
\details{
29
  The \code{determinant} function uses an LU decomposition and the
27
  The \code{determinant} function uses an LU decomposition and the
30
  \code{det} function is simply a wrapper around a call to
28
  \code{det} function is simply a wrapper around a call to
31
  \code{determinant}.
29
  \code{determinant}.