|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RFreeModule
The interface for free modules over reals.
RFreeElement
Method Summary | |
---|---|
RFreeElement |
createElement(java.util.List<ModuleElement> elements)
Creates an element in this module from a list of module elements. |
RFreeElement |
getUnitElement(int i)
Returns the unit vector with 1 at position i . |
RFreeElement |
getZero()
Returns the zero element in this module. |
Methods inherited from interface org.rubato.math.module.FreeModule |
---|
getInjection, getProjection, isVectorspace |
Methods inherited from interface org.rubato.math.module.Module |
---|
cast, compareTo, equals, getComponentModule, getDimension, getIdentityMorphism, getNullModule, getRing, getTranslation, hasElement, hashCode, isNullModule, isRing, parseString, toString, toVisualString |
Methods inherited from interface org.rubato.xml.XMLInputOutput |
---|
fromXML, getElementTypeName, toXML |
Method Detail |
---|
RFreeElement createElement(java.util.List<ModuleElement> elements)
Module
createElement
in interface Module
RFreeElement getZero()
Module
getZero
in interface Module
RFreeElement getUnitElement(int i)
FreeModule
i
.
getUnitElement
in interface FreeModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |