Class AbstractInverter
java.lang.Object
org.ojalgo.matrix.task.AbstractInverter
- All Implemented Interfaces:
InverterTask<Double>, MatrixTask<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface InverterTask
InverterTask.Factory<N> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal MatrixStore<Double> The output must be a "right inverse" and a "generalised inverse".final PhysicalStore<Double> preallocate(int nbRows, int nbCols) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InverterTask
invert, preallocate, toInverseProvider
-
Method Details
-
invert
Description copied from interface:InverterTaskThe output must be a "right inverse" and a "generalised inverse".- Specified by:
invertin interfaceInverterTask<Double>- Throws:
RecoverableCondition
-
preallocate
- Specified by:
preallocatein interfaceInverterTask<Double>
-