Uses of Package
org.apache.commons.math.linear
Packages that use org.apache.commons.math.linear
Package
Description
Linear algebra support.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
This package provides optimization algorithms for linear constrained problems.
Random number and random data generators.
Correlations/Covariance computations.
Generic univariate summary statistic objects.
Summary statistics based on moments.
Statistical routines involving multivariate data.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.linearClassDescriptionBasic implementation of
FieldMatrix
methods regardless of the underlying storage.Basic implementation of RealMatrix methods regardless of the underlying storage.This class provides default basic implementations for many methods in theRealVector
interface.An entry in the vector.Interface defining very basic matrix operations.Implementation of FieldMatrixusing a FieldElement
[][] array to store entries.Implementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse.This class implements theFieldVector
interface with aFieldElement
array.This class implements theRealVector
interface with a double array.Deprecated.Deprecated.as of 2.0, replaced byArray2DRowFieldMatrix
with aBigReal
parameterCache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.An interface to classes that implement an algorithm to calculate the Cholesky decomposition of a real symmetric positive-definite matrix.Interface handling decomposition algorithms that can solve A × X = B.An interface to classes that implement an algorithm to calculate the eigen decomposition of a real matrix.Interface handling decomposition algorithms that can solve A × X = B.An interface to classes that implement an algorithm to calculate the LU-decomposition of a real matrix.Interface defining field-valued matrix with basic algebraic operations.Interface defining a visitor for matrix entries.Interface defining a visitor for matrix entries.Interface defining a field-valued vector with basic algebraic operations.Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.An interface to classes that implement an algorithm to calculate the LU-decomposition of a real matrix.Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.Thrown when a visitor encounters an error while processing a matrix entry.Thrown when an operation defined only for square matrices is applied to non-square ones.This class represents exceptions thrown when a matrix expected to be positive definite is not.This class represents exceptions thrown when a matrix expected to be symmetric is notSparse matrix implementation based on an open addressed map.This class implements theRealVector
interface with aOpenIntToDoubleHashMap
backing store.An interface to classes that implement an algorithm to calculate the QR-decomposition of a real matrix.Interface defining a real-valued matrix with basic algebraic operations.Interface defining a visitor for matrix entries.Deprecated.as of 2.0 replaced byArray2DRowRealMatrix
Interface defining a visitor for matrix entries.Interface defining a real-valued vector with basic algebraic operations.Class representing a modifiable entry in the vector.Formats a vector in components list format "{v0; v1; ...; vk-1}".An interface to classes that implement an algorithm to calculate the Singular Value Decomposition of a real matrix.Sparse matrix implementation based on an open addressed map.This class implements theFieldVector
interface with aOpenIntToFieldHashMap
backing store.Marker interface forRealMatrix
implementations that require sparse backing storageMarker interface for RealVectors that require sparse backing storage -
Classes in org.apache.commons.math.linear used by org.apache.commons.math.odeClassDescriptionImplementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse.Interface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.ode.nonstiffClassDescriptionImplementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.ode.samplingClassDescriptionImplementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.optimizationClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.optimization.linearClassDescriptionInterface defining a real-valued vector with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.randomClassDescriptionThis class represents exceptions thrown when a matrix expected to be positive definite is not.Interface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.correlationClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.descriptiveClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.descriptive.momentClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.regressionClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.Interface defining a real-valued vector with basic algebraic operations.
FieldMatrix
with aBigReal
parameter