Interface Structure<T>
-
- All Superinterfaces:
javolution.lang.Immutable
,javolution.lang.ValueType
- All Known Subinterfaces:
Field<F>
,GroupAdditive<G>
,GroupMultiplicative<G>
,Ring<R>
,VectorSpace<V,F>
,VectorSpaceNormed<V,F>
- All Known Implementing Classes:
AbstractParamVector
,Amount
,Complex
,ComplexMatrix
,ComplexVector
,Constant
,Coordinate3D
,Cylindrical3D
,DenseMatrix
,DenseVector
,Float64
,Float64Matrix
,Float64Vector
,FloatingPoint
,Integer64
,LargeInteger
,Matrix
,Matrix3D
,ModuloInteger
,Number
,Parameter
,ParameterVector
,Polar3D
,Polynomial
,Rational
,RationalFunction
,Real
,SparseMatrix
,SparseVector
,Vector
,Vector3D
public interface Structure<T> extends javolution.lang.ValueType
This interface represents a mathematical structure on a set (type).- Version:
- 3.0, February 13, 2006
- Author:
- Jean-Marie Dautelle
- See Also:
- Wikipedia: Mathematical Structure