|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VectorSpace<V,F extends Field>
This interface represents a vector space over a field with two operations, vector addition and scalar multiplication.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javolution.context.Realtime |
|---|
Realtime.ObjectSpace |
| Method Summary | |
|---|---|
V |
times(F a)
Returns the scalar multiplication of this vector by the specified field element. |
| Methods inherited from interface org.jscience.mathematics.structures.GroupAdditive |
|---|
opposite, plus |
| Methods inherited from interface javolution.context.Realtime |
|---|
move, toText |
| Method Detail |
|---|
V times(F a)
a - the field element,
this ยท a.
|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||