|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
V - a vector spaceF - a fieldpublic interface VectorSpace<V,F extends Field<F>>
A vector space is a set V together with two binary operations that combine two entities to yield a third, called vector addition and scalar multiplication.
| Method Summary | |
|---|---|
V |
scaled(F c)
× : F × V → V The result of applying this function to a scalar, c, in F and v in V is denoted cv. |
| Methods inherited from interface com.numericalmethod.suanshu.mathstructure.AbelianGroup |
|---|
add, minus, opposite, ZERO |
| Method Detail |
|---|
V scaled(F c)
c - a multiplier
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||