Stores the original square matrix for use with LAPACK's
DGESV routine. Unlike amChol, which
caches the explicit triangular factor, amLU retains
A and delegates factorization to base::solve at
solve time.
Slots
ANumeric square matrix; the original matrix passed to
lu_factor.source_idCharacter string; the
object_idof the sourceadgeMatrix, orNAfor base matrices.precisionCharacter string;
"strict"or"fast", orNAfor base matrices.backendCharacter string; the preferred backend of the source object, or
NAfor base matrices.