Learn R Programming

madness (version 0.2.8)

matwise: Matrix-wise Multivariate Operations

Description

Element-wise multivariate operations.

Usage

# S4 method for madness
sqrtm(x)

# S3 method for madness chol(x, ...)

Arguments

x

madness object.

...

further arguments passed to or from other methods.

Author

Steven E. Pav shabbychef@gmail.com

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?