Lup Decomposition
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
Functions
Properties
context
Link copied to clipboard
determinant
Link copied to clipboard
elementContext
Link copied to clipboard
Extensions
solveWithLup
Link copied to clipboard
fun <T : Any> LupDecomposition<T>.solveWithLup(factory: MutableBufferFactory<T>, matrix: Matrix<T>): Matrix<T>
Content copied to clipboard
inline fun <T : Any> LupDecomposition<T>.solveWithLup(matrix: Matrix<T>): Matrix<T>
Content copied to clipboard