|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface MatrixFactory
Classes that implement the MatrixFactory interface makes instances of classes that implement the BasicMatrix interface.
| Methods inherited from interface org.ojalgo.matrix.BasicMatrix.Factory |
|---|
copyArray, copyMatrix, copyRaw, copyStore, makeColumnVector, makeEye, makeRandom, makeRowVector, makeZero |
| Method Detail |
|---|
@Deprecated BasicMatrix buildColumnVector(List<BigDecimal> aColumn)
BasicMatrix.Factory.makeColumnVector(List) instead
BasicMatrix.toListOfElements(),
BasicMatrix.Factory.makeRowVector(List)
@Deprecated
BasicMatrix buildEye(int aRowDim,
int aColDim)
BasicMatrix.Factory.makeEye(int,int) instead
@Deprecated
BasicMatrix buildRandom(int aRowDim,
int aColDim,
RandomNumber aRndm)
BasicMatrix.Factory.makeRandom(int,int,RandomNumber) instead
@Deprecated BasicMatrix buildRowVector(List<BigDecimal> aRow)
BasicMatrix.Factory.makeRowVector(List) instead
BasicMatrix.toListOfElements(),
BasicMatrix.Factory.makeColumnVector(List)
@Deprecated
BasicMatrix buildZero(int aRowDim,
int aColDim)
BasicMatrix.Factory.makeZero(int,int) instead
@Deprecated BasicMatrix copy(Array2Dim<? extends Number> anArray)
BasicMatrix.Factory.copyArray(Array2Dim) instead
@Deprecated BasicMatrix copy(BasicMatrix aMtrx)
BasicMatrix.Factory.copyMatrix(BasicMatrix) instead
@Deprecated BasicMatrix copy(double[][] aRaw)
BasicMatrix.Factory.copyRaw(double[][]) instead
@Deprecated BasicMatrix copy(MatrixStore<? extends Number> aStore)
BasicMatrix.Factory.copyStore(MatrixStore) instead
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||