SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.mathstructure

Interface Summary
AbelianGroup<G> This interface represents an Abelian group.
BanachSpace<B,F extends Field<F> & Comparable<F>> This interface represents a Banach space.
Field<F> This interface represents a field.
HilbertSpace<H,F extends Field<F> & Comparable<F>> This interface represents a Hilbert space.
Monoid<G> This interface represents a monoid.
Ring<R> This interface represents a ring structure.
VectorSpace<V,F extends Field<F>> This interface represents a vector space.
 

Exception Summary
Field.InverseNonExistent RuntimeException thrown when the inverse of a field element does not exist.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.