public class LUDecompositor extends RawLUDecompositor implements MatrixDecompositor
matrix
Constructor and Description |
---|
LUDecompositor(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
Matrix[] |
decompose()
Returns the result of LU decomposition of given matrix
|
applicableTo
fail, self
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicableTo, self
public LUDecompositor(Matrix matrix)
public Matrix[] decompose()
See http://mathworld.wolfram.com/LUDecomposition.html for more details.
decompose
in interface MatrixDecompositor
decompose
in class RawLUDecompositor
Copyright © 2015. All rights reserved.