|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.math.matrix.FloatBigVector
public class FloatBigVector
FloatBigVector. Created: 6 octobre 2005 02:54:36 CEST
| Field Summary | |
|---|---|
protected float[] |
data
|
| Constructor Summary | |
|---|---|
FloatBigVector(int capacity)
|
|
| Method Summary | |
|---|---|
void |
add(Vector v)
Ajoute les valeurs du vector passé en argument a ce vector. |
boolean |
equals(java.lang.Object o)
|
double |
getMaxOccurence()
|
double |
getValue(int pos)
|
boolean |
isImplementedAdd(Vector v)
Permet de savoir si add est implanté par ce vector. |
boolean |
isImplementedMap()
Permet de savoir si map est implanté par ce vector. |
boolean |
isImplementedMinus(Vector v)
Permet de savoir si minus est implanté par ce vector. |
boolean |
isImplementedPaste(Vector v)
Permet de savoir si paste est implanté par ce vector. |
void |
map(MapFunction f)
applique a chaque valeur du vector la MapFunction. |
void |
minus(Vector v)
Soustrait les valeurs du vector passé en argument a ce vector. |
void |
paste(Vector v)
Copie les valeurs du vector passé en argument dans ce vector. |
void |
setValue(int pos,
double value)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float[] data
| Constructor Detail |
|---|
public FloatBigVector(int capacity)
| Method Detail |
|---|
public int size()
size in interface Vectorpublic double getMaxOccurence()
getMaxOccurence in interface Vectorpublic double getValue(int pos)
getValue in interface Vector
public void setValue(int pos,
double value)
setValue in interface Vectorpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean isImplementedPaste(Vector v)
Vector
isImplementedPaste in interface Vectorv - vector to test
public boolean isImplementedAdd(Vector v)
Vector
isImplementedAdd in interface Vectorv - vector to test
public boolean isImplementedMinus(Vector v)
Vector
isImplementedMinus in interface Vectorv - vector to test
public boolean isImplementedMap()
Vector
isImplementedMap in interface Vectorpublic void paste(Vector v)
Vector
paste in interface Vectorv - vector to pastepublic void add(Vector v)
Vector
add in interface Vectorv - vector to addpublic void minus(Vector v)
Vector
minus in interface Vectorv - vector to minuspublic void map(MapFunction f)
VectorMapFunction.
map in interface Vectorf - funtion to apply
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||