Rdocumentation
powered by
Learn R Programming
madness (version 0.2.0)
matwise: Matrix-wise Multivariate Operations
Description
Element-wise multivariate operations.
Usage
sqrtm(x)
"sqrtm"(x)
chol(x,...)
Arguments
x
madness
object.
...
further arguments passed to or from other methods.
Details
These operations are operations on matrices: compute the symmetric square root or the Cholesky factor. In the future, the matrix exponent and logarithm may be implemented?