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
|
applicableTofail, selfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicableTo, selfpublic LUDecompositor(Matrix matrix)
public Matrix[] decompose()
See http://mathworld.wolfram.com/LUDecomposition.html for more details.
decompose in interface MatrixDecompositordecompose in class RawLUDecompositorCopyright © 2015. All rights reserved.