|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface LUDecomposition.Store<N extends Number>
Only classes that will act as a delegate to LUDecomposition should implement this interface. The interface specifications are entirely dictated by that class.
Do not use it for anything else!
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ojalgo.matrix.store.PhysicalStore |
|---|
PhysicalStore.Factory<N extends Number> |
| Nested classes/interfaces inherited from interface org.ojalgo.matrix.store.MatrixStore |
|---|
MatrixStore.Builder<N extends Number> |
| Method Summary | |
|---|---|
LUDecomposition.Pivot |
computeInPlaceLU(boolean assumeNoPivotingRequired)
|
int |
getColDim()
|
int |
getMinDim()
|
int |
getRowDim()
|
int |
size()
|
| Methods inherited from interface org.ojalgo.matrix.store.PhysicalStore |
|---|
asList, caxpy, exchangeColumns, exchangeRows, fillAll, fillByMultiplying, fillColumn, fillDiagonal, fillMatching, fillMatching, fillMatching, fillMatching, fillRow, generateHouseholderColumn, generateHouseholderRow, getIndexOfLargestInColumn, getIndexOfLargestInRow, maxpy, modifyAll, modifyColumn, modifyDiagonal, modifyRow, raxpy, set, set, shadeLowerLeft, shadeUpperRight, substituteBackwards, substituteBackwards, substituteForwards, substituteForwards, transformLeft, transformLeft, transformLeft, transformRight, transformRight, transformRight, unshade |
| Methods inherited from interface org.ojalgo.matrix.store.MatrixStore |
|---|
aggregateAll, aggregateAll, builder, conjugate, copy, equals, getFactory, isAbsolute, isLowerLeftShaded, isReal, isShaded, isUpperRightShaded, isZero, multiplyLeft, multiplyRight, toRawCopy, transpose, visitAll, visitColumn, visitDiagonal, visitRow |
| Methods inherited from interface org.ojalgo.access.Access2D |
|---|
doubleValue, get, toScalar |
| Method Detail |
|---|
LUDecomposition.Pivot computeInPlaceLU(boolean assumeNoPivotingRequired)
int getColDim()
int getMinDim()
int getRowDim()
int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||