public class RawLUDecompositor extends AbstractDecompositor implements MatrixDecompositor
matrix
Constructor and Description |
---|
RawLUDecompositor(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
boolean |
applicableTo(Matrix matrix)
Checks whether this decompositor is applicable to given matrix or not.
|
Matrix[] |
decompose()
Decomposes the wrapped matrix.
|
fail, self
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
self
public RawLUDecompositor(Matrix matrix)
public Matrix[] decompose()
MatrixDecompositor
decompose
in interface MatrixDecompositor
public boolean applicableTo(Matrix matrix)
MatrixDecompositor
applicableTo
in interface MatrixDecompositor
Copyright © 2015. All rights reserved.