|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.matrix.jama.JamaFactory
public final class JamaFactory
Implements both BasicMatrix.Factory and PhysicalStore.Factory, and creates JamaMatrix instances.
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public JamaMatrix copy(Access2D<? extends Number> aSource)
copy in interface BasicMatrix.Factorycopy in interface PhysicalStore.Factory<Double>@Deprecated public JamaMatrix copyArray(Array2D<? extends Number> aSource)
copy(Access2D) instead
copyArray in interface BasicMatrix.FactorycopyArray in interface PhysicalStore.Factory<Double>public JamaMatrix conjugate(Access2D<? extends Number> aSource)
conjugate in interface PhysicalStore.Factory<Double>public JamaMatrix copyMatrix(BasicMatrix aSource)
copyMatrix in interface BasicMatrix.FactorycopyMatrix in interface PhysicalStore.Factory<Double>public JamaMatrix copyRaw(double[][] aSource)
copy(double[][]) instead
copyRaw in interface BasicMatrix.FactorycopyRaw in interface PhysicalStore.Factory<Double>public JamaMatrix copy(double[][] aSource)
copy in interface BasicMatrix.Factorycopy in interface PhysicalStore.Factory<Double>@Deprecated public JamaMatrix copyStore(MatrixStore<? extends Number> aSource)
copy(Access2D) instead
copyStore in interface BasicMatrix.FactorycopyStore in interface PhysicalStore.Factory<Double>public JamaMatrix transpose(Access2D<? extends Number> aSource)
transpose in interface PhysicalStore.Factory<Double>public AggregatorCollection<Double> getAggregatorCollection()
getAggregatorCollection in interface PhysicalStore.Factory<Double>public FunctionSet<Double> getFunctionSet()
getFunctionSet in interface PhysicalStore.Factory<Double>public Double getNumber(double aNmbr)
getNumber in interface PhysicalStore.Factory<Double>public Double getNumber(Number aNmbr)
getNumber in interface PhysicalStore.Factory<Double>public PrimitiveScalar getStaticOne()
getStaticOne in interface PhysicalStore.Factory<Double>public PrimitiveScalar getStaticZero()
getStaticZero in interface PhysicalStore.Factory<Double>public JamaMatrix makeColumn(double[] aColumn)
makeColumn in interface PhysicalStore.Factory<Double>public JamaMatrix makeColumn(Double[] aColumn)
makeColumn in interface PhysicalStore.Factory<Double>public JamaMatrix makeColumn(List<Double> aColumn)
makeColumn in interface PhysicalStore.Factory<Double>public JamaMatrix makeColumnVector(List<? extends Number> aColumn)
makeColumnVector in interface BasicMatrix.FactoryBasicMatrix.toListOfElements(),
BasicMatrix.Factory.makeRowVector(List)
public JamaMatrix makeEmpty(int aRowDim,
int aColDim)
makeEmpty in interface PhysicalStore.Factory<Double>
public JamaMatrix makeEye(int aRowDim,
int aColDim)
makeEye in interface BasicMatrix.FactorymakeEye in interface PhysicalStore.Factory<Double>
public JamaMatrix makeRandom(int aRowDim,
int aColDim,
RandomNumber aRndm)
makeRandom in interface BasicMatrix.Factorypublic JamaMatrix makeRowVector(List<? extends Number> aRow)
makeRowVector in interface BasicMatrix.FactoryBasicMatrix.toListOfElements(),
BasicMatrix.Factory.makeColumnVector(List)
public JamaMatrix makeZero(int aRowDim,
int aColDim)
makeZero in interface BasicMatrix.FactorymakeZero in interface PhysicalStore.Factory<Double>public PrimitiveScalar toScalar(double aNmbr)
toScalar in interface PhysicalStore.Factory<Double>public PrimitiveScalar toScalar(Number aNmbr)
toScalar in interface PhysicalStore.Factory<Double>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||