Package org.ojalgo.algebra
package org.ojalgo.algebra
-
ClassDescriptionField<T>A field is a commutative ring (even the multiplication operation) with notions of addition, subtraction, multiplication, and division.A group is a set of elements paired with a binary operation.NormedVectorSpace<T,
N extends Comparable<N>> Some special sets of numbers commonly used in mathematicsRing<T>A ring is a commutative group (addition operation) with a second binary operation (multiplication) that is distributive over the commutative group operation and is associative.ScalarOperation.Addition<T,N extends Comparable<N>> ScalarOperation.Division<T,N extends Comparable<N>> ScalarOperation.Multiplication<T,N extends Comparable<N>> ScalarOperation.Subtraction<T,N extends Comparable<N>> VectorSpace<T,N extends Comparable<N>> A vector space is a set of objects called vectors, where a vector is a tuple of fields/scalars/numbers.