The LU decomposition is performed as needed, to support the following operations:
Usage notes:
getDataRef()
, then the stored LU decomposition will not be discarded. In this case, you need to explicitly invoke LUDecompose()
to recompute the decomposition before using any of the methods above.getEntry(0, 0)
returns the element in the first row, first column of the matrix.
|
|
|
|
|
|
|
|
|
|