java.lang.Object
org.ojalgo.matrix.task.AbstractInverter
- All Implemented Interfaces:
InverterTask<Double>,MatrixTask<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.matrix.task.InverterTask
InverterTask.Factory<N extends Comparable<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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ojalgo.matrix.task.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>
-