public abstract class AbstractDecompositor extends Object implements MatrixDecompositor
Constructor and Description |
---|
AbstractDecompositor(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
protected void |
fail(String message) |
Matrix |
self()
Returns the self matrix of this decompositor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicableTo, decompose
protected Matrix matrix
public AbstractDecompositor(Matrix matrix)
public Matrix self()
MatrixDecompositor
self
in interface MatrixDecompositor
protected void fail(String message)
Copyright © 2015. All rights reserved.