Stores the upper-triangular Cholesky factor R of a
symmetric positive-definite adgeMatrix, as returned by
chol_factor. When the factor is resident on a GPU
backend the host-side @factor slot may be an empty
zero-row matrix; use chol_solve rather than
accessing slots directly.
Slots
factorNumeric matrix; the upper-triangular factor
Rsuch thatt(R) %*% Requals the source matrix. May bematrix(numeric(0), 0, 0)when the factor lives only on the device.factor_objEither an
adgeMatrixholding the GPU-resident factor, orNULLfor CPU-only factors.source_idCharacter string; the
object_idof the sourceadgeMatrix.precisionCharacter string;
"strict"or"fast".backendCharacter string; the backend that computed the factorization.