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 onDoubleMatrix2D
andDoubleMatrix1D
. -
-
Uses of Algebra in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Algebra Modifier and Type Field Description private static Algebra
TestMatrix2D. LinearAlgebra
-
Uses of Algebra in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as Algebra Modifier and Type Field Description protected Algebra
LUDecompositionQuick. algebra
static Algebra
Algebra. DEFAULT
A default Algebra object; hasProperty.DEFAULT
attached for tolerance.static Algebra
Algebra. ZERO
A default Algebra object; hasProperty.ZERO
attached for tolerance.
-