Package org.apache.commons.math4.legacy.field.linalg
Linear algebra defined in term of matrices whose entries are elements
of a
field
.-
Interface Summary Interface Description FieldDecompositionSolver<T> Interface handling decomposition algorithms that can solveA X = B
. -
Class Summary Class Description FieldDenseMatrix<T> Square matrix whose elements define aField
.FieldLUDecomposition<T> Calculates the LUP-decomposition of a square matrix.