Uses of Enum Class
com.irurueta.algebra.DecomposerType
Packages that use DecomposerType
Package
Description
This package contains classes related to algebra, such as Matrix class
to contains matrices data and simple operations or Complex to handle
computations with Complex numbers.
-
Uses of DecomposerType in com.irurueta.algebra
Methods in com.irurueta.algebra that return DecomposerTypeModifier and TypeMethodDescriptionCholeskyDecomposer.getDecomposerType()
Returns decomposer type corresponding to Cholesky decomposition.abstract DecomposerType
Decomposer.getDecomposerType()
Returns decomposer type of this instance.EconomyQRDecomposer.getDecomposerType()
Returns decomposer type corresponding to Economy QR decomposition.LUDecomposer.getDecomposerType()
Returns decomposer type corresponding to LU decompositionQRDecomposer.getDecomposerType()
Returns decomposer type corresponding to QR decomposition.RQDecomposer.getDecomposerType()
Returns decomposer type corresponding to RQ decomposition.SingularValueDecomposer.getDecomposerType()
Returns decomposer type corresponding to Singular Value decomposition.static DecomposerType
Returns the enum constant of this class with the specified name.static DecomposerType[]
DecomposerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.