SCM Repository
[matrix] / pkg / man / dCholCMatrix-class.Rd |
Diff of /pkg/man/dCholCMatrix-class.Rd
Parent Directory
|
Revision Log
|
Patch
revision 487, Wed Feb 2 19:02:36 2005 UTC | revision 489, Wed Feb 2 19:12:03 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | \name{sscChol-class} | \name{dCholCMatrix-class} |
2 | \docType{class} | \docType{class} |
3 | \alias{sscChol-class} | \alias{dCholCMatrix-class} |
4 | \title{Cholesky decompositions of dsCMatrix objects} | \title{Cholesky decompositions of dsCMatrix objects} |
5 | \description{The class of Cholesky decompositions of symmetric, sparse | \description{The class of Cholesky decompositions of symmetric, sparse |
6 | column matrices from the \code{"dsCMatrix"} class.} | column matrices from the \code{"dsCMatrix"} class.} |
7 | \section{Objects from the Class}{ | \section{Objects from the Class}{ |
8 | Objects can be created by calls of the form \code{new("sscChol", ...)} | Objects can be created by calls of the form \code{new("dCholCMatrix", ...)} |
9 | but are more commonly created from \code{chol} applied to an | but are more commonly created from \code{chol} applied to an |
10 | \code{dsCMatrix} object. | \code{dsCMatrix} object. |
11 | } | } |
# | Line 46 | Line 46 |
46 | Class \code{"dgCMatrix"}, by class \code{"dtCMatrix"}. | Class \code{"dgCMatrix"}, by class \code{"dtCMatrix"}. |
47 | } | } |
48 | \section{Methods}{ | \section{Methods}{ |
49 | No methods defined with class "sscChol" in the signature. | No methods defined with class "dCholCMatrix" in the signature. |
50 | } | } |
51 | %\references{} | %\references{} |
52 | %\author{} | %\author{} |
|
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |