org.ojalgo.matrix.decomposition
Class ArbitraryCholesky

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

Deprecated. Since Version 22. Use CholeskyDecomposition instead.

@Deprecated
public abstract class ArbitraryCholesky
extends Object


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

Method Detail

makeBig

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


makeComplex

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


makePrimitive

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