The R matrix that results from the Cholesky factorization.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetR As Double(,)
public:
array<double,2>^ GetR()
member GetR : unit -> float[,]
Return Value
Type:
Double
A
double matrix which contains the lower triangular R matrix that results from
the Cholesky factorization,
.
See Also