Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.linear Classes and Interfaces - 63 results found.
NameDescriptionTypePackageFramework
AbstractFieldMatrixBasic implementation of FieldMatrix methods regardless of the underlying storage.Classorg.apache.commons.math3.linearApache Commons
AbstractRealMatrixBasic implementation of RealMatrix methods regardless of the underlying storage.Classorg.apache.commons.math3.linearApache Commons
AnyMatrixInterface defining very basic matrix operations.Interfaceorg.apache.commons.math3.linearApache Commons
Array2DRowFieldMatrix As specified in the FieldMatrix interface, matrix element indexing is 0-based -- e.Classorg.apache.commons.math3.linearApache Commons
Array2DRowRealMatrixClassorg.apache.commons.math3.linearApache Commons
ArrayFieldVectorThis class implements the FieldVector interface with a FieldElement array.Classorg.apache.commons.math3.linearApache Commons
ArrayRealVectorThis class implements the RealVector interface with a double array.Classorg.apache.commons.math3.linearApache Commons
BlockFieldMatrixCache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.Classorg.apache.commons.math3.linearApache Commons
BlockRealMatrixCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.Classorg.apache.commons.math3.linearApache Commons
CholeskyDecompositionCalculates the Cholesky decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
ConjugateGradient This is an implementation of the conjugate gradient method for RealLinearOperator.Classorg.apache.commons.math3.linearApache Commons
DecompositionSolverInterfaceorg.apache.commons.math3.linearApache Commons
DefaultFieldMatrixChangingVisitorDefault implementation of the FieldMatrixChangingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultFieldMatrixPreservingVisitorDefault implementation of the FieldMatrixPreservingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultIterativeLinearSolverEventA default concrete implementation of the abstract class IterativeLinearSolverEvent.Classorg.apache.commons.math3.linearApache Commons
DefaultRealMatrixChangingVisitorDefault implementation of the RealMatrixChangingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DefaultRealMatrixPreservingVisitorDefault implementation of the RealMatrixPreservingVisitor interface.Classorg.apache.commons.math3.linearApache Commons
DiagonalMatrixClassorg.apache.commons.math3.linearApache Commons
EigenDecompositionCalculates the eigen decomposition of a real matrix.Classorg.apache.commons.math3.linearApache Commons
FieldDecompositionSolverInterfaceorg.apache.commons.math3.linearApache Commons
FieldLUDecompositionCalculates the LUP-decomposition of a square matrix.Classorg.apache.commons.math3.linearApache Commons
FieldMatrixInterface defining field-valued matrix with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
FieldMatrixChangingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
FieldMatrixPreservingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
FieldVectorInterface defining a field-valued vector with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
FieldVectorChangingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
FieldVectorPreservingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
IllConditionedOperatorExceptionAn exception to be thrown when the condition number of a RealLinearOperator is too high.Classorg.apache.commons.math3.linearApache Commons
IterativeLinearSolverClassorg.apache.commons.math3.linearApache Commons
IterativeLinearSolverEventThis is the base class for all events occurring during the iterations of a IterativeLinearSolver.Classorg.apache.commons.math3.linearApache Commons
JacobiPreconditionerThis class implements the standard Jacobi (diagonal) preconditioner.Classorg.apache.commons.math3.linearApache Commons
LUDecompositionCalculates the LUP-decomposition of a square matrix.Classorg.apache.commons.math3.linearApache Commons
MatrixDimensionMismatchExceptionException to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.Classorg.apache.commons.math3.linearApache Commons
MatrixUtilsA collection of static methods that operate on or return matrices.Classorg.apache.commons.math3.linearApache Commons
NonPositiveDefiniteMatrixExceptionException to be thrown when a positive definite matrix is expected.Classorg.apache.commons.math3.linearApache Commons
NonPositiveDefiniteOperatorExceptionException to be thrown when a symmetric, definite positive RealLinearOperator is expected.Classorg.apache.commons.math3.linearApache Commons
NonSelfAdjointOperatorExceptionException to be thrown when a self-adjoint RealLinearOperator Since the coefficients of the matrix are not accessible, the mostClassorg.apache.commons.math3.linearApache Commons
NonSquareMatrixExceptionException to be thrown when a square matrix is expected.Classorg.apache.commons.math3.linearApache Commons
NonSquareOperatorExceptionException to be thrown when a square linear operator is expected.Classorg.apache.commons.math3.linearApache Commons
NonSymmetricMatrixExceptionException to be thrown when a symmetric matrix is expected.Classorg.apache.commons.math3.linearApache Commons
OpenMapRealMatrixSparse matrix implementation based on an open addressed map.Classorg.apache.commons.math3.linearApache Commons
OpenMapRealVectorThis class implements the RealVector interface with a OpenIntToDoubleHashMap backing store.Classorg.apache.commons.math3.linearApache Commons
PreconditionedIterativeLinearSolver This abstract class defines preconditioned iterative solvers.Classorg.apache.commons.math3.linearApache Commons
QRDecompositionCalculates the QR-decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
RealLinearOperatorThis class defines a linear operator operating on real (double) vector spaces.Classorg.apache.commons.math3.linearApache Commons
RealMatrixInterface defining a real-valued matrix with basic algebraic operations.Interfaceorg.apache.commons.math3.linearApache Commons
RealMatrixChangingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
RealMatrixFormatFormats a nxm matrix in components list format a11, .Classorg.apache.commons.math3.linearApache Commons
RealMatrixPreservingVisitorInterface defining a visitor for matrix entries.Interfaceorg.apache.commons.math3.linearApache Commons
RealVectorClass defining a real-valued vector with basic algebraic operations.Classorg.apache.commons.math3.linearApache Commons
RealVectorChangingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
RealVectorFormatFormats a vector in components list format {v0; v1; .Classorg.apache.commons.math3.linearApache Commons
RealVectorPreservingVisitorThis interface defines a visitor for the entries of a vector.Interfaceorg.apache.commons.math3.linearApache Commons
RectangularCholeskyDecompositionCalculates the rectangular Cholesky decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
RRQRDecompositionCalculates the rank-revealing QR-decomposition of a matrix, with column pivoting.Classorg.apache.commons.math3.linearApache Commons
SingularMatrixExceptionException to be thrown when a non-singular matrix is expected.Classorg.apache.commons.math3.linearApache Commons
SingularOperatorExceptionException to be thrown when trying to invert a singular operator.Classorg.apache.commons.math3.linearApache Commons
SingularValueDecompositionCalculates the compact Singular Value Decomposition of a matrix.Classorg.apache.commons.math3.linearApache Commons
SparseFieldMatrixSparse matrix implementation based on an open addressed map.Classorg.apache.commons.math3.linearApache Commons
SparseFieldVectorThis class implements the FieldVector interface with a OpenIntToFieldHashMap backing store.Classorg.apache.commons.math3.linearApache Commons
SparseRealMatrixMarker interface for RealMatrix implementations that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x,Interfaceorg.apache.commons.math3.linearApache Commons
SparseRealVectorMarker class for RealVectors that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x,Classorg.apache.commons.math3.linearApache Commons
SymmLQ Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).Classorg.apache.commons.math3.linearApache Commons