LupDecomposition
class LupDecomposition<T : Any>(context: LinearSpace<T, *>, elementContext: Field<T>, lu: Matrix<T>, pivot: IntArray, even: Boolean) : LupDecompositionFeature<T> , DeterminantFeature<T>
Content copied to clipboard
Common implementation of LupDecompositionFeature.
Constructors
LupDecomposition
Link copied to clipboard
Properties
context
Link copied to clipboard
determinant
Link copied to clipboard
elementContext
Link copied to clipboard
key
Link copied to clipboard
Sources
common source
Link copied to clipboard