org.ojalgo.matrix.decomposition
Class ArbitraryLU

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.ArbitraryLU

Deprecated. Since Version 22. Use LUDecomposition instead.

@Deprecated
public abstract class ArbitraryLU
extends Object


Method Summary
static LU<BigDecimal> makeBig()
          Deprecated. Since Version 22. Use LUDecomposition instead.
static LU<ComplexNumber> makeComplex()
          Deprecated. Since Version 22. Use LUDecomposition instead.
static LU<Double> makePrimitive()
          Deprecated. Since Version 22. Use LUDecomposition instead.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeBig

@Deprecated
public static final LU<BigDecimal> makeBig()
Deprecated. Since Version 22. Use LUDecomposition instead.


makeComplex

@Deprecated
public static final LU<ComplexNumber> makeComplex()
Deprecated. Since Version 22. Use LUDecomposition instead.


makePrimitive

@Deprecated
public static final LU<Double> makePrimitive()
Deprecated. Since Version 22. Use LUDecomposition instead.