Uses of Package
org.apache.commons.math3.linear
Packages that use org.apache.commons.math3.linear
Package
Description
Implementations of common discrete and continuous distributions.
Fitting of parameters against distributions.
Implementations of common discrete-time linear filters.
This package provides algorithms that minimize the residuals
between observations and model values.
Linear algebra support.
Clustering algorithms.
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.
Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
This package provides optimization algorithms that require derivatives.
All classes and sub-packages of this package are deprecated.
This package provides optimization algorithms that don't require derivatives.
This package provides optimization algorithms that require derivatives.
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.math3.linear used by org.apache.commons.math3.distributionClassDescriptionException to be thrown when a positive definite matrix is expected.Interface defining a real-valued matrix with basic algebraic operations.Exception to be thrown when a non-singular matrix is expected.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.distribution.fittingClassDescriptionException to be thrown when a non-singular matrix is expected.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.filterClassDescriptionException to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.Exception to be thrown when a square matrix is expected.Interface defining a real-valued matrix with basic algebraic operations.Class defining a real-valued vector with basic algebraic operations.Exception to be thrown when a non-singular matrix is expected.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.fitting.leastsquaresClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.Class defining a real-valued vector with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.linearClassDescriptionBasic implementation of
FieldMatrix
methods regardless of the underlying storage.Basic implementation of RealMatrix methods regardless of the underlying storage.Interface defining very basic matrix operations.Implementation of FieldMatrixusing a FieldElement
[][] array to store entries.Implementation ofRealMatrix
using adouble[][]
array to store entries.This class implements theFieldVector
interface with aFieldElement
array.This class implements theRealVector
interface with a double array.Cache-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.Interface handling decomposition algorithms that can solve A × X = B.Implementation of a diagonal matrix.Interface handling decomposition algorithms that can solve A × X = B.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.This interface defines a visitor for the entries of a vector.This interface defines a visitor for the entries of a vector.An exception to be thrown when the condition number of aRealLinearOperator
is too high.This abstract class defines an iterative solver for the linear system A · x = b.This is the base class for all events occurring during the iterations of aIterativeLinearSolver
.This class implements the standard Jacobi (diagonal) preconditioner.Exception to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.Exception to be thrown when a positive definite matrix is expected.Exception to be thrown when a symmetric, definite positiveRealLinearOperator
is expected.Exception to be thrown when a self-adjointRealLinearOperator
is expected.Exception to be thrown when a square matrix is expected.Exception to be thrown when a square linear operator is expected.Sparse matrix implementation based on an open addressed map.This class implements theRealVector
interface with aOpenIntToDoubleHashMap
backing store.This abstract class defines preconditioned iterative solvers.Calculates the QR-decomposition of a matrix.This class defines a linear operator operating on real (double
) vector spaces.Interface defining a real-valued matrix with basic algebraic operations.Interface defining a visitor for matrix entries.Formats anxm
matrix in components list format "{{a00,a01, ..., a0m-1},{a10, a11, ..., a1m-1},{...},{ an-10, an-11, ..., an-1m-1}}".Interface defining a visitor for matrix entries.Class defining a real-valued vector with basic algebraic operations.An entry in the vector.This interface defines a visitor for the entries of a vector.Formats a vector in components list format "{v0; v1; ...; vk-1}".This interface defines a visitor for the entries of a vector.Exception to be thrown when a non-singular matrix is expected.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 class for RealVectors that require sparse backing storage -
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.ml.clusteringClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.odeClassDescriptionImplementation of FieldMatrix
using a FieldElement
[][] array to store entries.Implementation ofRealMatrix
using adouble[][]
array to store entries. -
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.ode.nonstiffClassDescriptionImplementation of FieldMatrix
using a FieldElement
[][] array to store entries.Implementation ofRealMatrix
using adouble[][]
array to store entries. -
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.ode.sampling
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optim.linear
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optim.nonlinear.scalarClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optim.nonlinear.scalar.noderivClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optim.nonlinear.vectorClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optim.nonlinear.vector.jacobianClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optimizationClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optimization.directClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optimization.generalClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.optimization.linear
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.randomClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.stat.correlationClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.stat.descriptiveClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.stat.descriptive.momentClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.
-
Classes in org.apache.commons.math3.linear used by org.apache.commons.math3.stat.regressionClassDescriptionInterface defining a real-valued matrix with basic algebraic operations.Class defining a real-valued vector with basic algebraic operations.