eigen
eigen
DECOMPOSITIONS
1 Description
Overrides base::eigen() to dispatch on HDF5Matrix objects. For plain R matrices the call is forwarded to base::eigen().
2 Usage
eigen(x, symmetric, ...)3 Arguments
| Parameter | Description |
|---|---|
x |
An or any R object accepted by . |
symmetric |
Logical. Whether to assume is symmetric. Passed to for plain R objects. |
only.values |
Ignored. Present for compatibility with . |
EISPACK |
Ignored. Present for compatibility with . |
4 Value
For : a named list with elements (numeric vector), ( or ), , and . For other objects: the result of .