Uses of Class
cern.colt.matrix.linalg.Algebra
-
Packages that use Algebra Package Description cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix, without subsetting or supersetting.cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2DandDoubleMatrix1D. -
-
Uses of Algebra in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Algebra Modifier and Type Field Description private static AlgebraTestMatrix2D. LinearAlgebra -
Uses of Algebra in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as Algebra Modifier and Type Field Description protected AlgebraLUDecompositionQuick. algebrastatic AlgebraAlgebra. DEFAULTA default Algebra object; hasProperty.DEFAULTattached for tolerance.static AlgebraAlgebra. ZEROA default Algebra object; hasProperty.ZEROattached for tolerance.
-