Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
The reduced Cholesky decomposition object
Objects can be created by calls of the form new("inchol", ...).
or by calling the inchol function.
.Data:Object of class "matrix" contains
the decomposed matrix
pivots:Object of class "vector" contains
the pivots performed
diagresidues:Object of class "vector" contains
the diagonial residues
maxresiduals:Object of class "vector" contains
the maximum residues
Class "matrix", directly.
signature(object = "inchol"): returns
the diagonial residues
signature(object = "inchol"): returns
the maximum residues
signature(object = "inchol"): returns
the pivots performed
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.