Learn R Programming

madness (version 0.1.0)

matwise: Matrix-wise Multivariate Operations

Description

Element-wise multivariate operations.

Usage

sqrtm(x)

## S3 method for class 'madness': sqrtm(x)

maxeig(x)

## S3 method for class 'madness': maxeig(x)

norm(x, type, ...)

## S3 method for class 'madness,missing': norm(x)

## S3 method for class 'madness,ANY': norm(x, type = "One")

chol(x,...)

Arguments

x
madness object.
type
character string, specifying the type of matrix norm to be computed. A character indicating the type of norm desired. [object Object],[object Object],[object Object],[object Object],[object Object] The default is "O".
...
further arguments passed to or from other methods.

Details

These operations are scalar-to-scalar operations applied to each element of a multidimensional array.