A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractByteList - Class in cern.colt.list
-
Abstract base class for resizable lists holding
byte
elements; abstract. - AbstractByteList() - Constructor for class cern.colt.list.AbstractByteList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractCollection - Class in cern.colt.list
-
Abstract base class for resizable collections holding objects or primitive data types such as
int
,float
, etc. - AbstractCollection() - Constructor for class cern.colt.list.AbstractCollection
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractContinousDistribution - Class in cern.jet.random
-
Abstract base class for all continous distributions.
- AbstractContinousDistribution() - Constructor for class cern.jet.random.AbstractContinousDistribution
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractDistribution - Class in cern.jet.random
-
Abstract base class for all random distributions.
- AbstractDistribution() - Constructor for class cern.jet.random.AbstractDistribution
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractDoubleIntMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type
(double-->int)
. - AbstractDoubleIntMap() - Constructor for class cern.colt.map.AbstractDoubleIntMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractDoubleList - Class in cern.colt.list
-
Abstract base class for resizable lists holding
double
elements; abstract. - AbstractDoubleList() - Constructor for class cern.colt.list.AbstractDoubleList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractFloatList - Class in cern.colt.list
-
Abstract base class for resizable lists holding
float
elements; abstract. - AbstractFloatList() - Constructor for class cern.colt.list.AbstractFloatList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntDoubleMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type
(int-->double)
. - AbstractIntDoubleMap() - Constructor for class cern.colt.map.AbstractIntDoubleMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntIntMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type
(int-->int)
. - AbstractIntIntMap() - Constructor for class cern.colt.map.AbstractIntIntMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntList - Class in cern.colt.list
-
Abstract base class for resizable lists holding
int
elements; abstract. - AbstractIntList() - Constructor for class cern.colt.list.AbstractIntList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntObjectMap<T> - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type
(int-->Object)
. - AbstractIntObjectMap() - Constructor for class cern.colt.map.AbstractIntObjectMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractList - Class in cern.colt.list
-
Abstract base class for resizable lists holding objects or primitive data types such as
int
,float
, etc. - AbstractList() - Constructor for class cern.colt.list.AbstractList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractLongDoubleMap - Class in cern.colt.map
-
Ajouté par Code Lutin pour le support de
OpenLongDoubleHashMap
Abstract base class for hash maps holding (key,value) associations of type(long-->double)
. - AbstractLongDoubleMap() - Constructor for class cern.colt.map.AbstractLongDoubleMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractLongList - Class in cern.colt.list
-
Abstract base class for resizable lists holding
long
elements; abstract. - AbstractLongList() - Constructor for class cern.colt.list.AbstractLongList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractLongObjectMap<T> - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type
(long-->Object)
. - AbstractLongObjectMap() - Constructor for class cern.colt.map.AbstractLongObjectMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractMap - Class in cern.colt.map
-
Abstract base class for hash maps holding objects or primitive data types such as
int
,float
, etc. as keys and/or values. - AbstractMap() - Constructor for class cern.colt.map.AbstractMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractMatrixND - Class in org.nuiton.math.matrix
-
Abstract matrix class with all dimension and semantics support (but no internal value storage).
- AbstractMatrixND(MatrixFactory) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, int[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, String, int[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, String, int[], String[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, String, List<?>[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, String, List<?>[], String[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- AbstractMatrixND(MatrixFactory, List<?>[]) - Constructor for class org.nuiton.math.matrix.AbstractMatrixND
- add(byte) - Method in class cern.colt.list.AbstractByteList
-
Appends the specified element to the end of this list.
- add(byte) - Method in class cern.colt.list.ByteArrayList
-
Appends the specified element to the end of this list.
- add(double) - Method in class cern.colt.list.AbstractDoubleList
-
Appends the specified element to the end of this list.
- add(double) - Method in class cern.colt.list.DoubleArrayList
-
Appends the specified element to the end of this list.
- add(float) - Method in class cern.colt.list.AbstractFloatList
-
Appends the specified element to the end of this list.
- add(float) - Method in class cern.colt.list.FloatArrayList
-
Appends the specified element to the end of this list.
- add(int) - Method in class cern.colt.list.AbstractIntList
-
Appends the specified element to the end of this list.
- add(int) - Method in class cern.colt.list.IntArrayList
-
Appends the specified element to the end of this list.
- add(long) - Method in class cern.colt.list.AbstractLongList
-
Appends the specified element to the end of this list.
- add(long) - Method in class cern.colt.list.LongArrayList
-
Appends the specified element to the end of this list.
- add(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Modifie la matrice actuelle en lui ajoutant les valeurs de la matrice passé en parametre.
- add(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Addition la matrice courante avec la matrice passe en parametre et se retourne elle meme.
- add(MatrixND) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- add(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- add(Vector) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- add(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- add(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Ajoute les valeurs du vector passé en argument a ce vector.
- add(T) - Method in class cern.colt.list.ObjectArrayList
-
Appends the specified element to the end of this list.
- addAllOf(DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBufferConsumer
-
Adds all elements of the specified list to the receiver.
- addAllOf(DoubleArrayList) - Method in class cern.colt.list.AbstractDoubleList
-
Appends all elements of the specified list to the receiver.
- addAllOf(IntArrayList) - Method in interface cern.colt.buffer.IntBufferConsumer
-
Adds all elements of the specified list to the receiver.
- addAllOf(IntArrayList) - Method in class cern.colt.list.AbstractIntList
-
Appends all elements of the specified list to the receiver.
- addAllOf(Collection) - Method in class cern.colt.list.AbstractList
-
Appends all of the elements of the specified Collection to the receiver.
- addAllOfFromTo(AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addAllOfFromTo(AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addAllOfFromTo(AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addAllOfFromTo(AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addAllOfFromTo(AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addAllOfFromTo(ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Appends the part of the specified list between
from
(inclusive) andto
(inclusive) to the receiver. - addElementAt(int, long) - Method in class org.nuiton.math.matrix.FloatVector
- addElementAt(int, long, double) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- adds(double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- adds(double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Addition d'un scalaire à une matrice.
- adds(double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- allMat - Static variable in class org.nuiton.math.matrix.MatrixNDImpl
- appendString(StringBuffer, Object) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Append object type and value.
- apply(byte) - Method in interface cern.colt.function.ByteProcedure
-
Applies a procedure to an argument.
- apply(double) - Method in interface cern.colt.function.DoubleFunction
-
Applies a function to an argument.
- apply(double) - Method in interface cern.colt.function.DoubleProcedure
-
Applies a procedure to an argument.
- apply(double) - Method in class cern.jet.math.Mult
-
Returns the result of the function evaluation.
- apply(double) - Method in class cern.jet.random.AbstractDistribution
-
Equivalent to
nextDouble()
. - apply(double) - Method in class cern.jet.random.engine.RandomEngine
-
Equivalent to
raw()
. - apply(double) - Method in interface org.nuiton.math.matrix.MapFunction
-
Permet de faire un traitement sur value et de retourne une nouvelle valeur.
- apply(double, int) - Method in interface cern.colt.function.DoubleIntProcedure
-
Applies a procedure to two arguments.
- apply(float) - Method in interface cern.colt.function.FloatProcedure
-
Applies a procedure to an argument.
- apply(int) - Method in interface cern.colt.function.IntFunction
-
Applies a function to an argument.
- apply(int) - Method in interface cern.colt.function.IntProcedure
-
Applies a procedure to an argument.
- apply(int) - Method in class cern.jet.random.AbstractDistribution
-
Equivalent to
nextInt()
. - apply(int) - Method in class cern.jet.random.engine.RandomEngine
-
Equivalent to
nextInt()
. - apply(int, double) - Method in interface cern.colt.function.IntDoubleProcedure
-
Applies a procedure to two arguments.
- apply(int, int) - Method in interface cern.colt.function.IntIntProcedure
-
Applies a procedure to two arguments.
- apply(int, T) - Method in interface cern.colt.function.IntObjectProcedure
-
Applies a procedure to two arguments.
- apply(long) - Method in interface cern.colt.function.LongProcedure
-
Applies a procedure to an argument.
- apply(long, double) - Method in interface cern.colt.function.LongDoubleProcedure
-
Applies a procedure to two arguments.
- apply(long, double) - Method in interface org.nuiton.math.matrix.VectorForEachFunction
-
Appelé lors du parcours d'un vecteur
- apply(long, T) - Method in interface cern.colt.function.LongObjectProcedure
-
Applies a procedure to two arguments.
- apply(Object) - Method in interface cern.colt.function.ObjectProcedure
-
Applies a procedure to an argument.
- Arithmetic - Class in cern.jet.math
-
Arithmetic functions.
- Arithmetic() - Constructor for class cern.jet.math.Arithmetic
-
Makes this class non instantiable, but still let's others inherit from it.
- arrayGreaterOrEquals(int[], int[]) - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
-
retourne vrai si cpt1 est superieur ou egal a cpt2, on suppose que cpt1 et cpt2 represente la meme chose (meme dimension, meme valeur max)
- Arrays - Class in cern.colt
-
Array manipulations; complements
java.util.Arrays
. - Arrays() - Constructor for class cern.colt.Arrays
-
Makes this class non instantiable, but still let's others inherit from it.
- assign(DoubleFunction) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Assigns the result of a function to each value;
v[i] = function(v[i])
. - assign(DoubleFunction) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Assigns the result of a function to each value;
v[i] = function(v[i])
. - assign(DoubleFunction) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Assigns the result of a function to each value;
v[i] = function(v[i])
. - assign(DoubleFunction) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Assigns the result of a function to each value;
v[i] = function(v[i])
. - assign(AbstractIntDoubleMap) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Clears the receiver, then adds all (key,value) pairs of
other
values to it. - assign(AbstractIntDoubleMap) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Clears the receiver, then adds all (key,value) pairs of
other
values to it. - assign(AbstractLongDoubleMap) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Clears the receiver, then adds all (key,value) pairs of
other
values to it. - assign(AbstractLongDoubleMap) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Clears the receiver, then adds all (key,value) pairs of
other
values to it. - assignedPos - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- assignedPosition - Variable in class org.nuiton.math.matrix.SparseArrayVectorIterator
- assignedPosition - Variable in class org.nuiton.math.matrix.SparseHashVectorIterator
- assignedSize - Variable in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
current number of assigned value
- assignedSize - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- assignedValues - Variable in class org.nuiton.math.matrix.SparseArrayVectorIterator
B
- backend - Variable in class org.nuiton.math.matrix.LazyVector
-
reel backend, not initialized since not necessary
- BasicMatrix - Class in org.nuiton.math.matrix
-
Objet matrice qui ne permet que le stockage de double dans un matrice à autant de dimension que l'on souhaite.
- BasicMatrix(MatrixFactory, int[]) - Constructor for class org.nuiton.math.matrix.BasicMatrix
-
Crée une nouvelle matrice ayant les dimensions demandées.
- BasicMatrix(MatrixFactory, Vector, int[]) - Constructor for class org.nuiton.math.matrix.BasicMatrix
-
Crée une nouvelle matrice ayant les dimensions demandées.
- BasicMatrix.BasicMatrixIteratorImpl - Class in org.nuiton.math.matrix
- BasicMatrixIterator - Interface in org.nuiton.math.matrix
-
BasicMatrixIterator.
- BasicMatrixIteratorImpl(BasicMatrix) - Constructor for class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- BasicMatrixIteratorImpl(BasicMatrix, double) - Constructor for class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- beforeInsert(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.FloatArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.IntArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.AbstractLongList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.LongArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, T) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsertAllOf(int, Collection) - Method in class cern.colt.list.AbstractList
-
Inserts all elements of the specified collection before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertAllOfFromTo(int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertAllOfFromTo(int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertAllOfFromTo(int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertAllOfFromTo(int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertAllOfFromTo(int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the part of the specified list between
otherFrom
(inclusive) andotherTo
(inclusive) before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractByteList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractLongList
-
Inserts
length
dummy elements before the specified position into the receiver. - beforeInsertDummies(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Inserts length dummies before the specified position into the receiver.
- big - Static variable in class cern.jet.math.Constants
- biginv - Static variable in class cern.jet.math.Constants
- binarySearch(byte) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearch(double) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearch(float) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearch(int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearch(long) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearch(Object) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(byte[], byte, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(char[], char, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(double[], double, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(float[], float, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(int[], int, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Generically searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(long[], long, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(short[], short, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(Object[], Object, int, int, Comparator) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using the binary search algorithm.
- binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using the binary search algorithm.
- binomial(double, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- binomial(long, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- ByteArrayList - Class in cern.colt.list
-
Resizable list holding
byte
elements; implemented with arrays. - ByteArrayList() - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list.
- ByteArrayList(byte[]) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs a list containing the specified elements.
- ByteArrayList(int) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list with the specified initial capacity.
- ByteComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- ByteProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
C
- cacheSemantics - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- capacity - Variable in class org.nuiton.math.matrix.DoubleBigMappedVector
- capacity - Variable in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
maximum number of element, maximum pos value
- capacity - Variable in class org.nuiton.math.matrix.DoubleSparseHashVector
- capacity - Variable in class org.nuiton.math.matrix.FloatVector
-
maximum number of element, maximum pos value
- capacity - Variable in class org.nuiton.math.matrix.LazyVector
- cdf(double) - Method in class cern.jet.random.Uniform
-
Returns the cumulative distribution function (assuming a continous uniform distribution).
- ceil(double) - Static method in class cern.jet.math.Arithmetic
-
Returns the smallest
long >= value
. - cern.colt - package cern.colt
- cern.colt.buffer - package cern.colt.buffer
- cern.colt.function - package cern.colt.function
- cern.colt.list - package cern.colt.list
- cern.colt.map - package cern.colt.map
- cern.jet.math - package cern.jet.math
- cern.jet.random - package cern.jet.random
- cern.jet.random.engine - package cern.jet.random.engine
- CharComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- chbevl(double, double[], int) - Static method in class cern.jet.math.Arithmetic
-
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
- checkDim(int) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Permet de vérifier qu'une dimension demandé existe bien dans la matrice
- checkDim(int[]) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Permet de vérifier que les dimensions de la nouvelle matrice sont corrects
- checkPos(long) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- checkPos(long) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- checkPos(long) - Method in class org.nuiton.math.matrix.FloatVector
- checkRange(int, int) - Static method in class cern.colt.list.AbstractList
-
Checks if the given index is in range.
- checkRangeFromTo(int, int, int) - Static method in class cern.colt.list.AbstractList
-
Checks if the given range is within the contained array's bounds.
- chooseGrowCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity optimized for growing that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size. - chooseHighWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
-
Returns new high water mark threshold based on current capacity and maxLoadFactor.
- chooseLowWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
-
Returns new low water mark threshold based on current capacity and minLoadFactor.
- chooseMeanCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity neither favoring shrinking nor growing, that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size. - chooseShrinkCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity optimized for shrinking that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size. - clear() - Method in class cern.colt.list.AbstractCollection
-
Removes all elements from the receiver.
- clear() - Method in class cern.colt.list.AbstractList
-
Removes all elements from the receiver.
- clear() - Method in class cern.colt.map.AbstractMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenIntIntHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Removes all (key,value) associations from the receiver.
- clone() - Method in class cern.colt.list.AbstractByteList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractFloatList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractIntList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractLongList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.ByteArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.DoubleArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.FloatArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.IntArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.LongArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.ObjectArrayList
-
Returns a copy of the receiver such that the copy and the receiver share the same elements, but do not share the same array to index them; So modifying an object in the copy modifies the object in the receiver and vice versa; However, structurally modifying the copy (for example changing its size, setting other objects at indexes, etc.) does not affect the receiver and vice versa.
- clone() - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.PersistentObject
-
Returns a copy of the receiver.
- clone() - Method in class cern.jet.random.AbstractDistribution
-
Returns a deep copy of the receiver; the copy will produce identical sequences.
- clone() - Method in class cern.jet.random.engine.MersenneTwister
-
Returns a copy of the receiver; the copy will produce identical sequences.
- clone() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- clone() - Method in interface org.nuiton.math.matrix.MatrixND
-
Créer une nouvelle instance clonée de celle-ci
- clone() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- compare(byte, byte) - Method in interface cern.colt.function.ByteComparator
-
Compares its two arguments for order.
- compare(char, char) - Method in interface cern.colt.function.CharComparator
-
Compares its two arguments for order.
- compare(double, double) - Method in interface cern.colt.function.DoubleComparator
-
Compares its two arguments for order.
- compare(float, float) - Method in interface cern.colt.function.FloatComparator
-
Compares its two arguments for order.
- compare(int, int) - Method in interface cern.colt.function.IntComparator
-
Compares its two arguments for order.
- compare(long, long) - Method in interface cern.colt.function.LongComparator
-
Compares its two arguments for order.
- compare(short, short) - Method in interface cern.colt.function.ShortComparator
-
Compares its two arguments for order.
- computeNextCpt() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- computeNextPos() - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- computeNextPosAndValue() - Method in class org.nuiton.math.matrix.SparseVectorIterator
- computeNextPosAndValue() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- Constants - Class in cern.jet.math
-
Defines some useful constants.
- Constants() - Constructor for class cern.jet.math.Constants
-
Makes this class non instantiable, but still let's others inherit from it.
- contains(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns true if the receiver contains the specified element.
- contains(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns true if the receiver contains the specified element.
- contains(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns true if the receiver contains the specified element.
- contains(int) - Method in class cern.colt.list.AbstractIntList
-
Returns true if the receiver contains the specified element.
- contains(long) - Method in class cern.colt.list.AbstractLongList
-
Returns true if the receiver contains the specified element.
- contains(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns true if the receiver contains the specified element.
- containsKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns
true
if the receiver contains the specified key. - containsKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns
true
if the receiver contains the specified key. - containsKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns
true
if the receiver contains the specified key. - containsKey(long) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns
true
if the receiver contains the specified key. - containsKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns
true
if the receiver contains the specified key. - containsKey(long) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Returns
true
if the receiver contains the specified key. - containsKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns
true
if the receiver contains the specified key. - containsValue(double) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns
true
if the receiver contains the specified value. - containsValue(double) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns
true
if the receiver contains the specified value. - containsValue(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Returns
true
if the receiver contains the specified value. - containsValue(double) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Returns
true
if the receiver contains the specified value. - containsValue(int) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns
true
if the receiver contains the specified value. - containsValue(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns
true
if the receiver contains the specified value. - containsValue(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Returns
true
if the receiver contains the specified value. - containsValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns
true
if the receiver contains the specified value. - containsValue(T) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns
true
if the receiver contains the specified value. - containsValue(T) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns
true
if the receiver contains the specified value. - containsValue(T) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns
true
if the receiver contains the specified value. - containsValue(T) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns
true
if the receiver contains the specified value. - convertCoordinates(int[]) - Method in interface org.nuiton.math.matrix.SubMatrix.DimensionConverter
- convertCoordinates(int[]) - Method in class org.nuiton.math.matrix.SubMatrix.MappingConverter
- convertCoordinates(int[]) - Method in class org.nuiton.math.matrix.SubMatrix.ShiftConverter
- converter - Variable in class org.nuiton.math.matrix.SubMatrix
- convertStringToList(String) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de relire une chaine du type [[[1, 2], [3, 4]],[[3, 5], [1, 4]]]
- convertToId(MatrixND) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Convert Matrix to identity matrix must have 2 dimensions.
- coordinates - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- coordinatesToString(int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
permet de donner une représentation String d'un tableau de coordonnées
- coordinatesToString(Object[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
permet de donner une représentation String d'un tableau de coordonnées
- coordonatesToLinear(int[]) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Permet de convertir les coordonnées d'un élément en un indice dans la représentation linéraire de la matrice.
- copy() - Method in class cern.colt.list.ByteArrayList
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.list.DoubleArrayList
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.list.FloatArrayList
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.list.IntArrayList
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.list.LongArrayList
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.list.ObjectArrayList
-
Returns a copy of the receiver; call
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a deep copy of the receiver; uses
clone()
and casts the result. - copy() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- copy() - Method in interface org.nuiton.math.matrix.MatrixND
-
Copy la matrice pour pouvoir la modifier sans perdre les donnees initiales.
- copy() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- countSortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, byte, byte) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, int, int) - Method in class cern.colt.list.IntArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, long, long) - Method in class cern.colt.list.LongArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- cpt - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- cpt - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- create(double[], int[]) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Convert a double array into matrix.
- create(int[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(File) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new Matrix from file.
- create(Reader) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new Matrix from file.
- create(String, int[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(String, int[], String[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(String, int[], String[], Vector) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new matrix and force backend to be data.
- create(String, List<?>[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(String, List<?>[], String[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(String, List<?>[], String[], Vector) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new matrix and force backend to be data.
- create(List<?>[]) - Method in class org.nuiton.math.matrix.MatrixFactory
- create(MatrixND) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new matrix by copying matrix in argument
- create(MatrixND, Vector) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Create new matrix by copying matrix in argument, and force backend to be data.
- createProxy(String, int[], String[], MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixFactory
- createProxy(String, int[], MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixFactory
- createProxy(String, List<?>[], String[], MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixFactory
- createProxy(String, List<?>[], MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixFactory
- createProxy(List<?>[], MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixFactory
- createVector(long) - Method in class org.nuiton.math.matrix.MatrixFactory
-
cree un nouveau Vector.
- CSV_SEPARATOR - Static variable in class org.nuiton.math.matrix.AbstractMatrixND
-
Separateur CSV par défaut le point virgule.
- cut(int, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- cut(int, int[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de supprimer des éléments de la matrice.
- cut(int, int[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
D
- d1 - Variable in class org.nuiton.math.matrix.DimensionHelper
- d2 - Variable in class org.nuiton.math.matrix.DimensionHelper
- d3 - Variable in class org.nuiton.math.matrix.DimensionHelper
- d4 - Variable in class org.nuiton.math.matrix.DimensionHelper
- data - Variable in class org.nuiton.math.matrix.BasicMatrix
-
La matrice en représentation linéaire
- data - Variable in class org.nuiton.math.matrix.DoubleBigMappedVector
- data - Variable in class org.nuiton.math.matrix.DoubleBigVector
- data - Variable in class org.nuiton.math.matrix.DoubleSparseHashVector
- data - Variable in class org.nuiton.math.matrix.FloatBigVector
- data - Variable in class org.nuiton.math.matrix.FloatVector
-
contient la valeur de l'element
- datas - Variable in class org.nuiton.math.matrix.SemanticList
- decorate(Undecorated) - Method in interface org.nuiton.math.matrix.SemanticsDecorator
-
Decore la valeur de la semantique
- decorator - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- decorator - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- DEFAULT_SEED - Static variable in class cern.jet.random.engine.DRand
- DEFAULT_SEED - Static variable in class cern.jet.random.engine.MersenneTwister
- defaultCapacity - Static variable in class cern.colt.map.AbstractMap
- defaultMaxLoadFactor - Static variable in class cern.colt.map.AbstractMap
- defaultMinLoadFactor - Static variable in class cern.colt.map.AbstractMap
- defaultSemanticMapper - Static variable in class org.nuiton.math.matrix.MatrixFactory
- defaultSparseVectorClass - Static variable in class org.nuiton.math.matrix.MatrixFactory
- defaultThresholdSparse - Static variable in class org.nuiton.math.matrix.MatrixFactory
-
if we try to allocate matrix with more that this threshold, sparse matrix is used
- defaultUseLazyVector - Static variable in class org.nuiton.math.matrix.MatrixFactory
-
If true, createVector return all time LazyVector to prevent memory allocation when not necessary.
- defaultValue - Variable in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.as of 2.1 seams unused
- defaultValue - Variable in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
la valeur par defaut
- defaultValue - Variable in class org.nuiton.math.matrix.DoubleSparseHashVector
- defaultValue - Variable in class org.nuiton.math.matrix.FloatVector
-
la valeur par defaut
- defaultValue - Variable in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- defaultValue - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- defaultVectorClass - Static variable in class org.nuiton.math.matrix.MatrixFactory
-
Valeur par defaut si aucun type de Vector n'est donné
- delete(byte) - Method in class cern.colt.list.AbstractByteList
-
Deletes the first element from the receiver that is identical to the specified element.
- delete(double) - Method in class cern.colt.list.AbstractDoubleList
-
Deletes the first element from the receiver that is identical to the specified element.
- delete(float) - Method in class cern.colt.list.AbstractFloatList
-
Deletes the first element from the receiver that is identical to the specified element.
- delete(int) - Method in class cern.colt.list.AbstractIntList
-
Deletes the first element from the receiver that is identical to the specified element.
- delete(long) - Method in class cern.colt.list.AbstractLongList
-
Deletes the first element from the receiver that is identical to the specified element.
- delete(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Deletes the first element from the receiver that matches the specified element.
- dim - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- dim - Variable in class org.nuiton.math.matrix.SubMatrix.MappingConverter
- dim - Variable in class org.nuiton.math.matrix.SubMatrix.ShiftConverter
- dim - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- DimensionHelper - Class in org.nuiton.math.matrix
-
Classe permettant de diminuer au maximum l'allocation de tableau de int pour les dimensions.
- DimensionHelper() - Constructor for class org.nuiton.math.matrix.DimensionHelper
- dimensions - Variable in class org.nuiton.math.matrix.BasicMatrix
-
Les dimensions de la matrice
- dimensionToSemantics(Object[], List<?>[], int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de convertir des coordonnées définies par des entiers en coordonnées semantique par des objets
- dimHelper - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- dimNames - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- distinct - Variable in class cern.colt.map.AbstractMap
-
The number of distinct associations in the map; its "size()".
- div(double) - Static method in class cern.jet.math.Mult
-
a / constant
. - divs(double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- divs(double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Multiplication d'une matrice par un scalaire.
- divs(double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- DOUBLE_SIZE - Static variable in class org.nuiton.math.matrix.DoubleBigMappedVector
- DoubleArrayList - Class in cern.colt.list
-
Resizable list holding
double
elements; implemented with arrays. - DoubleArrayList() - Constructor for class cern.colt.list.DoubleArrayList
-
Constructs an empty list.
- DoubleArrayList(double[]) - Constructor for class cern.colt.list.DoubleArrayList
-
Constructs a list containing the specified elements.
- DoubleArrayList(int) - Constructor for class cern.colt.list.DoubleArrayList
-
Constructs an empty list with the specified initial capacity.
- DoubleBigMappedVector - Class in org.nuiton.math.matrix
-
DoubleBigMappedVector.
- DoubleBigMappedVector() - Constructor for class org.nuiton.math.matrix.DoubleBigMappedVector
- DoubleBigMappedVector(long) - Constructor for class org.nuiton.math.matrix.DoubleBigMappedVector
-
Create temp file, this file is deleted when you stop application or when this instance is no more used.
- DoubleBigMappedVector(RandomAccessFile, long, long) - Constructor for class org.nuiton.math.matrix.DoubleBigMappedVector
-
Utilise une partie du fichier pour stocker les informations
- DoubleBigMappedVector(DoubleBuffer, long) - Constructor for class org.nuiton.math.matrix.DoubleBigMappedVector
- DoubleBigMappedVector(MappedByteBuffer, long) - Constructor for class org.nuiton.math.matrix.DoubleBigMappedVector
- DoubleBigVector - Class in org.nuiton.math.matrix
-
DoubleBigVector.
- DoubleBigVector() - Constructor for class org.nuiton.math.matrix.DoubleBigVector
- DoubleBigVector(long) - Constructor for class org.nuiton.math.matrix.DoubleBigVector
- DoubleBufferConsumer - Interface in cern.colt.buffer
-
Target of a streaming
DoubleBuffer
into which data is flushed upon buffer overflow. - DoubleComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- doubleFactorials - Static variable in class cern.jet.math.Arithmetic
- DoubleFunction - Interface in cern.colt.function
-
Interface that represents a function object: a function that takes a single argument and returns a single value.
- DoubleIntProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
- DoubleProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
- DoubleSparseArrayVector - Class in org.nuiton.math.matrix
-
Permet de stocker des données à une position lineaire et de la redemander.
- DoubleSparseArrayVector() - Constructor for class org.nuiton.math.matrix.DoubleSparseArrayVector
- DoubleSparseArrayVector(long) - Constructor for class org.nuiton.math.matrix.DoubleSparseArrayVector
- DoubleSparseArrayVector(long, double) - Constructor for class org.nuiton.math.matrix.DoubleSparseArrayVector
- DoubleSparseHashVector - Class in org.nuiton.math.matrix
-
Permet de stocker des données differente de la valeur par defaut (0.0) dans une Map<int, double>.
- DoubleSparseHashVector() - Constructor for class org.nuiton.math.matrix.DoubleSparseHashVector
- DoubleSparseHashVector(long) - Constructor for class org.nuiton.math.matrix.DoubleSparseHashVector
- DoubleSparseHashVector(long, double) - Constructor for class org.nuiton.math.matrix.DoubleSparseHashVector
- DRand - Class in cern.jet.random.engine
-
Quick medium quality uniform pseudo-random number generator.
- DRand() - Constructor for class cern.jet.random.engine.DRand
-
Constructs and returns a random number generator with a default seed, which is a constant.
- DRand(int) - Constructor for class cern.jet.random.engine.DRand
-
Constructs and returns a random number generator with the given seed.
- DRand(Date) - Constructor for class cern.jet.random.engine.DRand
-
Constructs and returns a random number generator seeded with the given date.
- DummyVectorIterator(LazyVector, long, double) - Constructor for class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
E
- elem - Variable in class org.nuiton.math.matrix.SubMatrix.MappingConverter
- elements - Variable in class cern.colt.list.ByteArrayList
-
The array buffer into which the elements of the list are stored.
- elements - Variable in class cern.colt.list.DoubleArrayList
-
The array buffer into which the elements of the list are stored.
- elements - Variable in class cern.colt.list.FloatArrayList
-
The array buffer into which the elements of the list are stored.
- elements - Variable in class cern.colt.list.IntArrayList
-
The array buffer into which the elements of the list are stored.
- elements - Variable in class cern.colt.list.LongArrayList
-
The array buffer into which the elements of the list are stored.
- elements - Variable in class cern.colt.list.ObjectArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.AbstractByteList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements() - Method in class cern.colt.list.AbstractDoubleList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements() - Method in class cern.colt.list.AbstractFloatList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements() - Method in class cern.colt.list.AbstractIntList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements() - Method in class cern.colt.list.AbstractLongList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements() - Method in class cern.colt.list.ByteArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements() - Method in class cern.colt.list.DoubleArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements() - Method in class cern.colt.list.FloatArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements() - Method in class cern.colt.list.IntArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements() - Method in class cern.colt.list.LongArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements() - Method in class cern.colt.list.ObjectArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(byte[]) - Method in class cern.colt.list.AbstractByteList
-
Sets the receiver's elements to be the specified array.
- elements(byte[]) - Method in class cern.colt.list.ByteArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements(double[]) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the receiver's elements to be the specified array.
- elements(double[]) - Method in class cern.colt.list.DoubleArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements(float[]) - Method in class cern.colt.list.AbstractFloatList
-
Sets the receiver's elements to be the specified array.
- elements(float[]) - Method in class cern.colt.list.FloatArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements(int[]) - Method in class cern.colt.list.AbstractIntList
-
Sets the receiver's elements to be the specified array.
- elements(int[]) - Method in class cern.colt.list.IntArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements(long[]) - Method in class cern.colt.list.AbstractLongList
-
Sets the receiver's elements to be the specified array.
- elements(long[]) - Method in class cern.colt.list.LongArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements(T[]) - Method in class cern.colt.list.ObjectArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- ensureCapacity(boolean[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(byte[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(char[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(double[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(float[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(int) - Method in class cern.colt.list.AbstractByteList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractDoubleList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractFloatList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractIntList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractLongList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.ByteArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.DoubleArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.FloatArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.IntArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.LongArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.ObjectArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.AbstractMap
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- ensureCapacity(int) - Method in class org.nuiton.math.matrix.FloatVector
- ensureCapacity(int[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(long[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(short[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - ensureCapacity(Object[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to
minCapacity
elements. - equals(Object) - Method in interface cern.colt.function.ByteComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.CharComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.DoubleComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.FloatComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.IntComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.LongComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in interface cern.colt.function.ShortComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in class cern.colt.list.AbstractByteList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractDoubleList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractFloatList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractIntList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractLongList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.ByteArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.DoubleArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.FloatArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.IntArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.LongArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.ObjectArrayList
-
Compares the specified Object with the receiver for equality.
- equals(Object) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractIntIntMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractIntObjectMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractLongObjectMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- equals(Object) - Method in class org.nuiton.math.matrix.BasicMatrix
- equals(Object) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- equals(Object) - Method in class org.nuiton.math.matrix.DoubleBigVector
- equals(Object) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- equals(Object) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- equals(Object) - Method in class org.nuiton.math.matrix.FloatBigVector
- equals(Object) - Method in class org.nuiton.math.matrix.FloatVector
- equals(Object) - Method in class org.nuiton.math.matrix.LazyVector
- equals(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Compares the specified Object with the receiver for equality.
- equals(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- equals(MatrixND) - Method in class org.nuiton.math.matrix.MatrixProxy
- equalsValues(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Verifie si les matrices sont egales en ne regardant que les valeurs et pas les semantiques
- equalsValues(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Verifie si les matrices sont egales en ne regardant que les valeurs et pas les semantiques
- equalsValues(MatrixND) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- equalsValues(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- exclude - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- exclude - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- exclude - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- exportCSV(Writer, boolean) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Export dans un writer au format CSV de la matrice
- exportCSV(Writer, boolean) - Method in interface org.nuiton.math.matrix.MatrixND
-
Export dans un writer au format CSV de la matrice
- exportCSV(Writer, boolean) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- exportCSV2D(Writer, boolean) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Export dans un writer au format CSV de la matrice
- exportCSVND(Writer, boolean) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Export dans un writer au format CSV de la matrice
- exportCSVND(Writer, boolean) - Method in interface org.nuiton.math.matrix.MatrixND
-
Export dans un writer au format CSV de la matrice
- exportCSVND(Writer, boolean) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
F
- factorial(int) - Static method in class cern.jet.math.Arithmetic
-
Instantly returns the factorial
k!
- factory - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- factory - Variable in class org.nuiton.math.matrix.BasicMatrix
-
La factory
- file - Variable in class org.nuiton.math.matrix.DoubleBigMappedVector
-
le fichier temporaire creer pour la matrice, a effacer lorsque la matrice n'est plus utiliser
- fill(MatrixND, double) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de remplir toute la matrice avec la même donnée
- fillFromToWith(int, int, byte) - Method in class cern.colt.list.AbstractByteList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, float) - Method in class cern.colt.list.AbstractFloatList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, long) - Method in class cern.colt.list.AbstractLongList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, T) - Method in class cern.colt.list.ObjectArrayList
-
Sets the specified range of elements in the specified array to the specified value.
- fillValues(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixProvider
-
Fill a matrix after dimensions reductions.
- finalize() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- findIndex(long) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
retourne la position dans le tableau position de la position lineaire
- findIndex(long) - Method in class org.nuiton.math.matrix.FloatVector
-
retourne la position dans le tableau position de la position lineaire
- FloatArrayList - Class in cern.colt.list
-
Resizable list holding
float
elements; implemented with arrays. - FloatArrayList() - Constructor for class cern.colt.list.FloatArrayList
-
Constructs an empty list.
- FloatArrayList(float[]) - Constructor for class cern.colt.list.FloatArrayList
-
Constructs a list containing the specified elements.
- FloatArrayList(int) - Constructor for class cern.colt.list.FloatArrayList
-
Constructs an empty list with the specified initial capacity.
- FloatBigVector - Class in org.nuiton.math.matrix
-
FloatBigVector.
- FloatBigVector() - Constructor for class org.nuiton.math.matrix.FloatBigVector
- FloatBigVector(int) - Constructor for class org.nuiton.math.matrix.FloatBigVector
- FloatComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- FloatProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
- FloatVector - Class in org.nuiton.math.matrix
-
Permet de stocker des données à une position lineair et de la redemander Cette classe ne gére que les données lineaire.
- FloatVector() - Constructor for class org.nuiton.math.matrix.FloatVector
- FloatVector(long) - Constructor for class org.nuiton.math.matrix.FloatVector
- FloatVector(long, float) - Constructor for class org.nuiton.math.matrix.FloatVector
- floor(double) - Static method in class cern.jet.math.Arithmetic
-
Returns the largest
long <= value
. - forEach(ByteProcedure) - Method in class cern.colt.list.AbstractByteList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ByteProcedure) - Method in class cern.colt.list.ByteArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.AbstractDoubleList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.DoubleArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.AbstractFloatList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.FloatArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.AbstractIntList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.IntArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.AbstractLongList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.LongArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ObjectProcedure) - Method in class cern.colt.list.ObjectArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(VectorForEachFunction) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- forEach(VectorForEachFunction) - Method in class org.nuiton.math.matrix.LazyVector
- forEach(VectorForEachFunction) - Method in interface org.nuiton.math.matrix.Vector
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachNotZero(VectorForEachFunction) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- forEachNotZero(VectorForEachFunction) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- forEachNotZero(VectorForEachFunction) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- forEachNotZero(VectorForEachFunction) - Method in class org.nuiton.math.matrix.FloatVector
- forEachNotZero(VectorForEachFunction) - Method in class org.nuiton.math.matrix.LazyVector
- forEachNotZero(VectorForEachFunction) - Method in interface org.nuiton.math.matrix.Vector
- forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure<T>) - Method in class cern.colt.map.AbstractIntObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure<T>) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongDoubleProcedure) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongDoubleProcedure) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure<T>) - Method in class cern.colt.map.AbstractLongObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure<T>) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- FREE - Static variable in class cern.colt.map.OpenDoubleIntHashMap
- FREE - Static variable in class cern.colt.map.OpenIntDoubleHashMap
- FREE - Static variable in class cern.colt.map.OpenIntIntHashMap
- FREE - Static variable in class cern.colt.map.OpenIntObjectHashMap
- FREE - Static variable in class cern.colt.map.OpenLongDoubleHashMap
- FREE - Static variable in class cern.colt.map.OpenLongObjectHashMap
- freeEntries - Variable in class cern.colt.map.OpenDoubleIntHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenIntDoubleHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenIntIntHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenLongDoubleHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The number of table entries in state==FREE.
- fromList(List<?>) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- fromList(List<?>) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de charger une matrice a partir d'une representation List
- fromList(List<?>) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- FULL - Static variable in class cern.colt.map.OpenDoubleIntHashMap
- FULL - Static variable in class cern.colt.map.OpenIntDoubleHashMap
- FULL - Static variable in class cern.colt.map.OpenIntIntHashMap
- FULL - Static variable in class cern.colt.map.OpenIntObjectHashMap
- FULL - Static variable in class cern.colt.map.OpenLongDoubleHashMap
- FULL - Static variable in class cern.colt.map.OpenLongObjectHashMap
G
- GenericSorting - Class in cern.colt
-
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort.
- GenericSorting() - Constructor for class cern.colt.GenericSorting
-
Makes this class non instantiable, but still let's others inherit from it.
- get(double) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns the value associated with the specified key.
- get(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.list.AbstractByteList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractLongList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.ByteArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.FloatArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.IntArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.LongArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns the value associated with the specified key.
- get(int) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(int) - Method in class org.nuiton.math.matrix.SemanticList
- get(int, int) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(int, int, int) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(int, int, int, int) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(long) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns the value associated with the specified key.
- get(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns the value associated with the specified key.
- get(long) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Returns the value associated with the specified key.
- get(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns the value associated with the specified key.
- get(Object) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(Object, Object) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(Object, Object, Object) - Method in class org.nuiton.math.matrix.DimensionHelper
- get(Object, Object, Object, Object) - Method in class org.nuiton.math.matrix.DimensionHelper
- getAssignedPosition() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getAssignedPosition() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getAssignedPosition() - Method in interface org.nuiton.math.matrix.SparseVector
-
Return an orderer array of position assigned, this array can be longer than realy assigned value, you must used getNumberOfAssignedValue to know number of significant position in array
- getAssignedPosition(int) - Method in class org.nuiton.math.matrix.SparseArrayVectorIterator
- getAssignedPosition(int) - Method in class org.nuiton.math.matrix.SparseHashVectorIterator
- getAssignedValue() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getAssignedValue() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getAssignedValue() - Method in interface org.nuiton.math.matrix.SparseVector
-
Return an array in same order that getAssignedPosition.
- getAssignedValues(int) - Method in class org.nuiton.math.matrix.SparseArrayVectorIterator
- getAssignedValues(int) - Method in class org.nuiton.math.matrix.SparseHashVectorIterator
- getConverter() - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Get commons-beanutils bean converter.
- getCoordinates() - Method in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- getCoordinates() - Method in interface org.nuiton.math.matrix.BasicMatrixIterator
-
Retourne les coordonnés de l'élément.
- getCoordinates() - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- getCoordinates() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- getCoordinates() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- getCoordinates() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- getDefaultValue() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getDefaultValue() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getDefaultValue() - Method in interface org.nuiton.math.matrix.SparseVector
-
Value to used if not un assigned value
- getDefaultVectorClass() - Static method in class org.nuiton.math.matrix.MatrixFactory
- getDim() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getDim() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne un tableau representant les dimensions de la matrice.
- getDim() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne les dimensions de la matrice.
- getDim() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDim(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getDim(int) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne la taille d'une dimension
- getDim(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne la dimension de la matrice dans la dimension d.
- getDim(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDimCount() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getDimCount() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne le nombre de dimensions de la matrice.
- getDimCount() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDimensionName() - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.Use #getDimensionNames()
- getDimensionName() - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.since 1.0.3, use
MatrixND.getDimensionNames()
instead - getDimensionName() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDimensionName(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getDimensionName(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne le nom de la dimension demandée.
- getDimensionName(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDimensionNames() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getDimensionNames() - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de recuperer les noms des dimension.
- getDimensionNames() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getDimensionNamesFromString(String) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
String to dim names array.
- getDimensionNamesToString(String[]) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Dim names to string.
- getDimFromString(String) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
String to matrix dim.
- getDimToString(int[]) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Matrix dim to string.
- getFactory() - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Retourne la factory utilisée pour créer cette matrice, la factory peut-être réutilisé pour créer d'autre matrice si besoin.
- getFactory() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne la factory qui a permit de creer la matrice.
- getFactory() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getIndex() - Method in class org.nuiton.math.matrix.SemanticList
- getInfo() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- getInfo() - Method in class org.nuiton.math.matrix.DoubleBigVector
- getInfo() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getInfo() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getInfo() - Method in class org.nuiton.math.matrix.FloatBigVector
- getInfo() - Method in class org.nuiton.math.matrix.FloatVector
- getInfo() - Method in class org.nuiton.math.matrix.LazyVector
- getInfo() - Method in interface org.nuiton.math.matrix.Vector
-
return information on this vector.
- getInstance() - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Utilise par defaut
MatrixFactory.defaultVectorClass
. - getInstance(Class<?>) - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Retourne une factory utilisant vectorClass comme classe de base a l'implantation des matrices, aussi bien pour les matrices dense que les matrices creuse.
- getInstance(Class<?>, Class<?>, int) - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Retourne une factory utilisant, par defaut on utilise les LazyVector
- getInstance(Class<?>, Class<?>, int, boolean) - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Retourne une factory utilisant vectorClass comme classe de base a l'implantation des matrices.
- getInternalMatrix() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- getInternalVector() - Method in class org.nuiton.math.matrix.BasicMatrix
- getLinearFactor(int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Retourne le linearFactor, ce tableau sert a convertir une position donnee par les dimensions d'une matrice en une position dans un Vecteur.
- getMatrixAsString(MatrixND) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Convert a matrix in string representation.
- getMatrixFromString(String) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Parse string as matrix representation.
- getMatrixProvider() - Method in class org.nuiton.math.matrix.MatrixProxy
- getMaxOccurence() - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Deprecated.since 2.1, use
BasicMatrix.getMaxOccurrence()
instead - getMaxOccurence() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.DoubleBigVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.FloatBigVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.FloatVector
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.LazyVector
- getMaxOccurence() - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.since 2.1, use
MatrixND.getMaxOccurrence()
instead - getMaxOccurence() - Method in class org.nuiton.math.matrix.MatrixNDImpl
-
Deprecated.
- getMaxOccurence() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getMaxOccurence() - Method in interface org.nuiton.math.matrix.Vector
-
Deprecated.since 2.1, use
Vector.getMaxOccurrence()
instead - getMaxOccurrence() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne la valeur la plus courrement rencontrer dans la matrice. si plusieurs valeurs ont le même nombre d'occurence la plus petite valeur est retourné.
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.DoubleBigVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.FloatBigVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.FloatVector
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.LazyVector
- getMaxOccurrence() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne la valeur la plus courrement rencontrer dans un tableau.
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- getMaxOccurrence() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getMaxOccurrence() - Method in interface org.nuiton.math.matrix.Vector
-
Retourne la valeur la plus utilise dans le vector
- getName() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getName() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne le nom de la matrice.
- getName() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getNbDim() - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.use #getDimCount() instead
- getNbDim() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne le nombre de dimension de la matrice
- getNbDim() - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.since 1.0.3, use
MatrixND.getDimCount()
instead - getNbDim() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Returne number of assigned value, assigned value is value stored in memory
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.DoubleBigVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.FloatBigVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.FloatVector
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.LazyVector
- getNumberOfAssignedValue() - Method in interface org.nuiton.math.matrix.MatrixND
-
Returne number of assigned value, assigned value is value stored in memory
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.MatrixProxy
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getNumberOfAssignedValue() - Method in class org.nuiton.math.matrix.SubMatrix
-
return value of inner matrix, this is not realy a good choice, but it's better than 0.
- getNumberOfAssignedValue() - Method in interface org.nuiton.math.matrix.Vector
-
Returne number of assigned value, assigned value is value stored in memory
- getPosition() - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- getPosition() - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- getPosition() - Method in class org.nuiton.math.matrix.SparseVectorIterator
- getPosition() - Method in interface org.nuiton.math.matrix.VectorIterator
-
return linear position of current value in vector
- getPosition() - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- getQualifiedName(Object) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Get object qualified name.
- getQuick(int) - Method in class cern.colt.list.AbstractByteList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractLongList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.ByteArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.FloatArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.IntArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.LongArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getRandomGenerator() - Method in class cern.jet.random.AbstractDistribution
-
Returns the used uniform random number generator;
- getSemantic(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSemantic(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne la semantique pour une dimension.
- getSemantic(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSemanticMapper() - Static method in class org.nuiton.math.matrix.MatrixFactory
- getSemantics() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSemantics() - Method in interface org.nuiton.math.matrix.MatrixND
-
Donne toutes les semantiques de la matrice.
- getSemantics() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSemantics(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.Use #getSemantic(dim)
- getSemantics(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.(since 1.0.3) use #getSemantic(int) instead
- getSemantics(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSemanticsAsXml(Object) - Method in class org.nuiton.math.matrix.MatrixEncoder
-
Methode qui peut etre surcharge par les enfants Elle sert a mettre sous forme XML les objets de semantiques Par defaut cette méthode converti en représentation chaine les objets Un objet deviendra donc une chaine de caractere lors de la lecture de la matrice à partir du XML si cette méthode n'est pas surchargée.
- getSemanticsCoordinates() - Method in interface org.nuiton.math.matrix.MatrixIterator
-
Retourne les coordonnés de l'élément, en sémantique.
- getSemanticsCoordinates() - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- getSemanticsCoordinates() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- getSemanticsCoordinates() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- getSemanticsCoordinates() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- getSemanticsFromString(String) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
String to semantics.
- getSemanticsToString(List<?>[]) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Semantics array to string.
- getSparseVectorClass() - Method in class org.nuiton.math.matrix.MatrixFactory
- getSubMatrix(int[]...) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(int[]...) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(int[]...) - Method in class org.nuiton.math.matrix.MatrixProxy
- getSubMatrix(int[]...) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrix(int, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(int, int[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(int, int[]) - Method in class org.nuiton.math.matrix.MatrixProxy
- getSubMatrix(int, int[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrix(int, int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(int, int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(int, int, int) - Method in class org.nuiton.math.matrix.MatrixProxy
- getSubMatrix(int, int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrix(int, Object...) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(int, Object...) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(int, Object...) - Method in class org.nuiton.math.matrix.MatrixProxy
- getSubMatrix(int, Object...) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrix(int, Object, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(int, Object, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(int, Object, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrix(Object[]...) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getSubMatrix(Object[]...) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de prendre une sous matrice dans la matrice courante.
- getSubMatrix(Object[]...) - Method in class org.nuiton.math.matrix.MatrixProxy
- getSubMatrix(Object[]...) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getSubMatrixOnSemantic(int, Object...) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Add to desambiguas some call with xpath engine, but do the same thing
AbstractMatrixND.getSubMatrix(int, Object[])
- getThresholdSparse() - Method in class org.nuiton.math.matrix.MatrixFactory
- getType(String) - Method in class org.nuiton.math.matrix.SemanticMapper
-
Return class for type identified by typeName.
- getTypeName(Object) - Method in class org.nuiton.math.matrix.SemanticMapper
-
Return type name for given type.
- getValue() - Method in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- getValue() - Method in interface org.nuiton.math.matrix.BasicMatrixIterator
-
Retourne la valeur courant pointé par l'iterator.
- getValue() - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- getValue() - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- getValue() - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- getValue() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- getValue() - Method in class org.nuiton.math.matrix.SparseVectorIterator
- getValue() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- getValue() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- getValue() - Method in interface org.nuiton.math.matrix.VectorIterator
- getValue() - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- getValue(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 1D matrix value.
- getValue(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(int[]) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne un element de la matrice
- getValue(int[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Renvoie un element de la matrice demandée en fonction des dimensions passé en paramètre.
Exemple: Si on a un matrice 3D.
getValue(1,1,1) retourne un element de la matrice. - getValue(int[]) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- getValue(int[]) - Method in class org.nuiton.math.matrix.MatrixProxy
- getValue(int[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(int[]) - Method in class org.nuiton.math.matrix.SubMatrix
- getValue(int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 2D matrix value.
- getValue(int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(int, int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(int, int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 3D matrix value.
- getValue(int, int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(int, int, int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(int, int, int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 4D matrix value.
- getValue(int, int, int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(long) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- getValue(long) - Method in class org.nuiton.math.matrix.DoubleBigVector
- getValue(long) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- getValue(long) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- getValue(long) - Method in class org.nuiton.math.matrix.FloatBigVector
- getValue(long) - Method in class org.nuiton.math.matrix.FloatVector
- getValue(long) - Method in class org.nuiton.math.matrix.LazyVector
- getValue(long) - Method in class org.nuiton.math.matrix.SparseVectorIterator
- getValue(long) - Method in interface org.nuiton.math.matrix.Vector
- getValue(Class, String) - Method in class org.nuiton.math.matrix.SemanticMapper
-
Return value identified by valueId and type
type
. - getValue(Object) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(Object) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 1D matrix value.
- getValue(Object) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(Object[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(Object[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Renvoie un element de la matrice demandée en fonction des dimensions passé en paramètre.
- getValue(Object[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(Object, Object) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(Object, Object) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 2D matrix value.
- getValue(Object, Object) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(Object, Object, Object) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(Object, Object, Object) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 3D matrix value.
- getValue(Object, Object, Object) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValue(Object, Object, Object, Object) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- getValue(Object, Object, Object, Object) - Method in interface org.nuiton.math.matrix.MatrixND
-
Return a 4D matrix value.
- getValue(Object, Object, Object, Object) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- getValueId(Object) - Method in class org.nuiton.math.matrix.SemanticMapper
-
Get value id for value.
- getVectorClass() - Method in class org.nuiton.math.matrix.MatrixFactory
- getVectorSize(int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Retourne la taille que doit avoir un vecteur pour etre utilise avec les dimensions en argument
- getVectorSize(int[], long[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Retourne la taille que doit avoir un vecteur pour etre utilise avec les dimensions et le linearFactor en argument
H
- hasExclude - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- hasExclude - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- hash(boolean) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(char) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(double) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(float) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(int) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(long) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(short) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified value.
- hash(Object) - Static method in class cern.colt.map.HashFunctions
-
Returns a hashcode for the specified object.
- hashCode() - Method in class org.nuiton.math.matrix.DoubleBigVector
-
Seule la longueur du tableau est constante
- hashCode() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- hashCode() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- hashCode() - Method in class org.nuiton.math.matrix.LazyVector
- HashFunctions - Class in cern.colt.map
-
Provides various hash functions.
- HashFunctions() - Constructor for class cern.colt.map.HashFunctions
-
Makes this class non instantiable, but still let's others inherit from it.
- hasNext() - Method in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- hasNext() - Method in interface org.nuiton.math.matrix.BasicMatrixIterator
-
Retourne vrai s'il existe un suivant.
- hasNext() - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- hasNext() - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- hasNext() - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- hasNext() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- hasNext() - Method in class org.nuiton.math.matrix.SparseVectorIterator
- hasNext() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- hasNext() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- hasNext() - Method in interface org.nuiton.math.matrix.VectorIterator
- hasNext() - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- highWaterMark - Variable in class cern.colt.map.AbstractMap
I
- importCSV(File, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Import depuis un reader au format CSV des données dans la matrice.
- importCSV(File, int[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Import depuis un reader au format CSV des données dans la matrice.
- importCSV(File, int[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- importCSV(Reader, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Import depuis un reader au format CSV des données dans la matrice
- importCSV(Reader, int[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Import depuis un reader au format CSV des données dans la matrice.
- importCSV(Reader, int[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- importCSV(Reader, int[], String) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Import depuis un reader au format CSV des données dans la matrice.
- importCSV(Reader, int[], String) - Method in interface org.nuiton.math.matrix.MatrixND
-
Import depuis un reader au format CSV des données dans la matrice.
- importCSV(Reader, int[], String) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- importCSVND(Reader, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Import CSV file defined in Matrix ND format.
- index - Variable in class org.nuiton.math.matrix.SemanticList
- indexOf(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the first occurrence of the specified element.
- indexOf(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the first occurrence of the specified element.
- indexOf(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the first occurrence of the specified element.
- indexOf(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the first occurrence of the specified element.
- indexOf(long) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the first occurrence of the specified element.
- indexOf(Object) - Method in class org.nuiton.math.matrix.SemanticList
- indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOf(List<?>[], int, Object) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de retrouver la position d'un objet dans une liste
- indexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the first occurrence of the specified element.
- indexOfInsertion(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
- indexOfInsertion(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
- indexOfInsertion(int) - Method in class cern.colt.map.OpenIntIntHashMap
- indexOfInsertion(int) - Method in class cern.colt.map.OpenIntObjectHashMap
- indexOfInsertion(long) - Method in class cern.colt.map.OpenLongDoubleHashMap
- indexOfInsertion(long) - Method in class cern.colt.map.OpenLongObjectHashMap
- indexOfKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
- indexOfKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
- indexOfKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
- indexOfKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
- indexOfKey(long) - Method in class cern.colt.map.OpenLongDoubleHashMap
- indexOfKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
- indexOfValue(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
- indexOfValue(double) - Method in class cern.colt.map.OpenLongDoubleHashMap
- indexOfValue(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
- indexOfValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
- indexOfValue(T) - Method in class cern.colt.map.OpenIntObjectHashMap
- indexOfValue(T) - Method in class cern.colt.map.OpenLongObjectHashMap
- init(int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- init(long) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- init(long) - Method in class org.nuiton.math.matrix.DoubleBigVector
- init(long) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- init(long) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- init(long) - Method in class org.nuiton.math.matrix.FloatBigVector
- init(long) - Method in class org.nuiton.math.matrix.FloatVector
- init(long) - Method in class org.nuiton.math.matrix.LazyVector
- init(long) - Method in interface org.nuiton.math.matrix.Vector
-
Init vector, before this method call, vector is in indetermined state.
- initMatrixFactoryThreadLocal(Class<?>, Class<?>, int, boolean) - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Initialise une factory pour le thread courant avec le vectorClass passe en parametre.
- IntArrayList - Class in cern.colt.list
-
Resizable list holding
int
elements; implemented with arrays. - IntArrayList() - Constructor for class cern.colt.list.IntArrayList
-
Constructs an empty list.
- IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
-
Constructs an empty list with the specified initial capacity.
- IntArrayList(int[]) - Constructor for class cern.colt.list.IntArrayList
-
Constructs a list containing the specified elements.
- IntBufferConsumer - Interface in cern.colt.buffer
-
Target of a streaming
IntBuffer
into which data is flushed upon buffer overflow. - IntComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- IntDoubleProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
- IntFunction - Interface in cern.colt.function
-
Interface that represents a function object: a function that takes a single argument and returns a single value.
- IntIntProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
- IntObjectProcedure<T> - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
- IntProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
- isEmpty() - Method in class cern.colt.list.AbstractCollection
-
Tests if the receiver has no elements.
- isEmpty() - Method in class cern.colt.map.AbstractMap
-
Returns
true
if the receiver contains no (key,value) associations. - isImplementedAdd(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- isImplementedAdd(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Permet de savoir si add est implanté par ce vector.
- isImplementedMap() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.DoubleBigVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.FloatBigVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.FloatVector
- isImplementedMap() - Method in class org.nuiton.math.matrix.LazyVector
- isImplementedMap() - Method in interface org.nuiton.math.matrix.Vector
-
Permet de savoir si map est implanté par ce vector.
- isImplementedMinus(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- isImplementedMinus(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Permet de savoir si minus est implanté par ce vector.
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.DoubleBigVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.FloatBigVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.FloatVector
- isImplementedPaste(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- isImplementedPaste(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Permet de savoir si paste est implanté par ce vector.
- isInitBackend - Variable in class org.nuiton.math.matrix.LazyVector
- isSortedFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Determines whether the receiver is sorted ascending, according to the natural ordering of its elements.
- isSupportedCSV() - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.since 2.2, always return
true
, CSV import/export is always supported - isSupportedCSV() - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.since 2.2, always return
true
, CSV import/export is always supported - isSupportedCSV() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- isUseLazyVector() - Method in class org.nuiton.math.matrix.MatrixFactory
- isValidCoordinates(int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- isValidCoordinates(int[], int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
- isValidCoordinates(Object[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- isValidCoordinates(List[], Object[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
- iter - Variable in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- iter - Variable in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- iterator - Variable in class org.nuiton.math.matrix.MatrixIteratorImpl
- iterator - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- iterator() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne un objet Inc pret a etre utilisé pour boucler sur tous les element de la matrice.
- iterator() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- iterator() - Method in class org.nuiton.math.matrix.DoubleBigVector
- iterator() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- iterator() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- iterator() - Method in class org.nuiton.math.matrix.FloatBigVector
- iterator() - Method in class org.nuiton.math.matrix.FloatVector
- iterator() - Method in class org.nuiton.math.matrix.LazyVector
- iterator() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne un iterator sur toute la matrice.
- iterator() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- iterator() - Method in class org.nuiton.math.matrix.MatrixProxy
- iterator() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- iterator() - Method in class org.nuiton.math.matrix.SubMatrix
- iterator() - Method in interface org.nuiton.math.matrix.Vector
-
Retourne un objet Inc pret a etre utilisé pour boucler sur tous les element de la matrice.
- iteratorNotZero() - Method in class org.nuiton.math.matrix.BasicMatrix
-
Retourne un objet Inc pret a etre utilisé pour boucler sur tous les element de la matrice.
- iteratorNotZero() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.DoubleBigVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.FloatBigVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.FloatVector
- iteratorNotZero() - Method in class org.nuiton.math.matrix.LazyVector
- iteratorNotZero() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne un iterator pour toutes les valeurs de la matrices differente de 0
- iteratorNotZero() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- iteratorNotZero() - Method in class org.nuiton.math.matrix.MatrixProxy
- iteratorNotZero() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- iteratorNotZero() - Method in class org.nuiton.math.matrix.SubMatrix
- iteratorNotZero() - Method in interface org.nuiton.math.matrix.Vector
-
Retourne un objet Inc pret a etre utilisé pour boucler sur tous les element different de 0 de la matrice.
K
- keyOf(double) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns the first key the given value is associated with.
- keyOf(double) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns the first key the given value is associated with.
- keyOf(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Returns the first key the given value is associated with.
- keyOf(double) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Returns the first key the given value is associated with.
- keyOf(int) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns the first key the given value is associated with.
- keyOf(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns the first key the given value is associated with.
- keyOf(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Returns the first key the given value is associated with.
- keyOf(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns the first key the given value is associated with.
- keyOf(T) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns the first key the given value is associated with.
- keyOf(T) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns the first key the given value is associated with.
- keyOf(T) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns the first key the given value is associated with.
- keyOf(T) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns the first key the given value is associated with.
- keys() - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns a list filled with all keys contained in the receiver.
- keys() - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns a list filled with all keys contained in the receiver.
- keys() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a list filled with all keys contained in the receiver.
- keys() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a list filled with all keys contained in the receiver.
- keys() - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns a list filled with all keys contained in the receiver.
- keys() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a list filled with all keys contained in the receiver.
- keys(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all keys contained in the receiver into the specified list.
- keys(DoubleArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
-
Fills all keys contained in the receiver into the specified list.
- keys(IntArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Fills all keys contained in the receiver into the specified list.
- keys(LongArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all keys contained in the receiver into the specified list.
- keys(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys contained in the receiver into the specified list.
- keys(LongArrayList) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Fills all keys contained in the receiver into the specified list.
- keys(LongArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Fills all keys contained in the receiver into the specified list.
- keysSortedByValue(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all keys sorted ascending by their associated value into the specified list.
- keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all keys sorted ascending by their associated value into the specified list.
- keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys sorted ascending by their associated value into the specified list.
- keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys sorted ascending by their associated value into the specified list.
- keysSortedByValue(LongArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all keys sorted ascending by their associated value into the specified list.
- keysSortedByValue(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys sorted ascending by their associated value into the specified list.
L
- largestPrime - Static variable in class cern.colt.map.PrimeFinder
-
The largest prime this class can generate; currently equal to
Integer.MAX_VALUE
. - last - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- last - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- lastIndexOf(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOf(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOf(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOf(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOf(long) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Returns the index of the last occurrence of the specified element.
- lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the last occurrence of the specified element.
- LazyVector - Class in org.nuiton.math.matrix
-
Cette classe encapsule un Vector et permet de l'initialiser reellement que lorsqu'on souhaite modifier une valeur.
- LazyVector(Vector) - Constructor for class org.nuiton.math.matrix.LazyVector
-
Create new lazy, with initialized backend
- LazyVector(Vector, long) - Constructor for class org.nuiton.math.matrix.LazyVector
-
Create new lazy with not initialized backend
- LazyVector.DummyVectorIterator - Class in org.nuiton.math.matrix
-
Iterator qui retourne toujours la meme valeur un certain nombre de fois
- LazyVector.LazyVectorIterator - Class in org.nuiton.math.matrix
-
Iterator qui prepare le backend que lors d'un set
- LazyVectorIterator(LazyVector, VectorIterator) - Constructor for class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- linearFactor - Variable in class org.nuiton.math.matrix.BasicMatrix
-
tableau de facteur permettant de convertir les coordonnées dans la matrice en un indice dans la représentation linéaire de la matrice
- linearToCoordinates(int[], long) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Convertie une coordonnée lineaire en coordonnées spaciales
- linearToCoordinates(long) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Convertie une coordonnée lineaire en coordonnées spaciales
- log(double, double) - Static method in class cern.jet.math.Arithmetic
-
Returns
logbasevalue
. - log10(double) - Static method in class cern.jet.math.Arithmetic
-
Returns
log10value
. - log2(double) - Static method in class cern.jet.math.Arithmetic
-
Returns
log2value
. - logFactorial(int) - Static method in class cern.jet.math.Arithmetic
-
Returns
log(k!)
- logFactorials - Static variable in class cern.jet.math.Arithmetic
- LOGPI - Static variable in class cern.jet.math.Constants
- LongArrayList - Class in cern.colt.list
-
Resizable list holding
long
elements; implemented with arrays. - LongArrayList() - Constructor for class cern.colt.list.LongArrayList
-
Constructs an empty list.
- LongArrayList(int) - Constructor for class cern.colt.list.LongArrayList
-
Constructs an empty list with the specified initial capacity.
- LongArrayList(long[]) - Constructor for class cern.colt.list.LongArrayList
-
Constructs a list containing the specified elements.
- LongComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- LongDoubleProcedure - Interface in cern.colt.function
-
Ajouté par Code Lutin pour le support de
OpenLongDoubleHashMap
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. - longFactorial(int) - Static method in class cern.jet.math.Arithmetic
-
Instantly returns the factorial
k!
- longFactorials - Static variable in class cern.jet.math.Arithmetic
- LongObjectProcedure<T> - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
- LongProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
- lowWaterMark - Variable in class cern.colt.map.AbstractMap
-
The table capacity c=table.length always satisfies the invariant
c * minLoadFactor <= s <= c * maxLoadFactor
, where s=size() is the number of associations currently contained.
M
- MACHEP - Static variable in class cern.jet.math.Constants
- main(String[]) - Static method in class cern.colt.map.PrimeFinder
-
Tests correctness.
- makeDefault() - Static method in class cern.jet.random.engine.RandomEngine
-
Constructs and returns a new uniform random number engine seeded with the current time.
- makeDefaultGenerator() - Static method in class cern.jet.random.AbstractDistribution
-
Constructs and returns a new uniform random number generation engine seeded with the current time.
- map(MapFunction) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Retourne la matrice elle meme.
- map(MapFunction) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Permet de faire un traitement sur chaque valeur de la matrice
- map(MapFunction) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- map(MapFunction) - Method in class org.nuiton.math.matrix.DoubleBigVector
- map(MapFunction) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
on applique sur chaque donnée existante et sur default
- map(MapFunction) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- map(MapFunction) - Method in class org.nuiton.math.matrix.FloatBigVector
- map(MapFunction) - Method in class org.nuiton.math.matrix.FloatVector
-
on applique sur chaque donnée existante et sur default
- map(MapFunction) - Method in class org.nuiton.math.matrix.LazyVector
- map(MapFunction) - Method in interface org.nuiton.math.matrix.MatrixND
-
Applique une fonction sur chaque valeur de la matrice.
- map(MapFunction) - Method in class org.nuiton.math.matrix.MatrixNDImpl
-
Si le vector utilise par la BasicMatix supporte la method map, on l'utilise pour gagner du temps
- map(MapFunction) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- map(MapFunction) - Method in interface org.nuiton.math.matrix.Vector
-
applique a chaque valeur du vector la
MapFunction
. - MapFunction - Interface in org.nuiton.math.matrix
-
Permet de faire un traitement sur des valeurs et d'en retourner des nouvelles.
- MappingConverter(int, int[]) - Constructor for class org.nuiton.math.matrix.SubMatrix.MappingConverter
- matrix - Variable in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- matrix - Variable in class org.nuiton.math.matrix.MatrixNDImpl
- matrix - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- matrix - Variable in class org.nuiton.math.matrix.SubMatrix
- MatrixEncoder - Class in org.nuiton.math.matrix
-
MatriceEncoder.
- MatrixEncoder(Writer) - Constructor for class org.nuiton.math.matrix.MatrixEncoder
- MatrixException - Exception in org.nuiton.math.matrix
-
MatriceException.java Created: Tue Jun 29 11:46:39 1999
- MatrixException(String) - Constructor for exception org.nuiton.math.matrix.MatrixException
- MatrixException(String, Throwable) - Constructor for exception org.nuiton.math.matrix.MatrixException
- MatrixFactory - Class in org.nuiton.math.matrix
-
Cette classe permet de creer des matrices, toutes les creations de matrice doivent etre faite a travers cette classe.
- MatrixFactory(Class<?>, Class<?>, int, boolean) - Constructor for class org.nuiton.math.matrix.MatrixFactory
- MatrixHelper - Class in org.nuiton.math.matrix
-
Contains usefull methods to get information on matrix.
- MatrixHelper() - Constructor for class org.nuiton.math.matrix.MatrixHelper
- matrixId(int) - Method in class org.nuiton.math.matrix.MatrixFactory
-
Crée une nouvelle matrice identité.
- MatrixIterator - Interface in org.nuiton.math.matrix
-
MatrixIterator.
- MatrixIteratorImpl - Class in org.nuiton.math.matrix
-
MatrixIteratorImpl.
- MatrixIteratorImpl(BasicMatrixIterator, List<?>[]) - Constructor for class org.nuiton.math.matrix.MatrixIteratorImpl
- MatrixND - Interface in org.nuiton.math.matrix
-
MatrixND interface for different matrix implementation.
- MatrixNDImpl - Class in org.nuiton.math.matrix
-
MatrixNDImpl.
- MatrixNDImpl(MatrixFactory, int[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, int[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, int[], String[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, int[], String[], Vector) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, List<?>[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, List<?>[], String[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, String, List<?>[], String[], Vector) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, List<?>[]) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, MatrixND) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- MatrixNDImpl(MatrixFactory, MatrixND, Vector) - Constructor for class org.nuiton.math.matrix.MatrixNDImpl
- matrixProvider - Variable in class org.nuiton.math.matrix.MatrixProxy
- MatrixProvider - Interface in org.nuiton.math.matrix
-
Matrix provider used by
MatrixProxy
to fill matrix value after dimensions reductions. - MatrixProxy - Class in org.nuiton.math.matrix
-
Matrix proxy contains only dimension and semantics definition, but does not allocate memory spaces for value.
- MatrixProxy(MatrixFactory, int[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixProxy(MatrixFactory, String, int[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixProxy(MatrixFactory, String, int[], String[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixProxy(MatrixFactory, String, List<?>[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixProxy(MatrixFactory, String, List<?>[], String[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixProxy(MatrixFactory, List<?>[]) - Constructor for class org.nuiton.math.matrix.MatrixProxy
- MatrixSemanticsDecorator - Class in org.nuiton.math.matrix
-
Permet d'interpreter les semantics, par exemple convertir un Id en une entite via le SemanticMapper passe en argument
- MatrixSemanticsDecorator(MatrixND, SemanticsDecorator) - Constructor for class org.nuiton.math.matrix.MatrixSemanticsDecorator
- MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator - Class in org.nuiton.math.matrix
- MatrixStringEncoder - Class in org.nuiton.math.matrix
-
Convert matrix into
String
and inverse. - MatrixStringEncoder() - Constructor for class org.nuiton.math.matrix.MatrixStringEncoder
- max - Variable in class cern.jet.random.Uniform
- MAXGAM - Static variable in class cern.jet.math.Constants
- maxLoadFactor - Variable in class cern.colt.map.AbstractMap
-
The maximum load factor for the hashtable.
- MAXLOG - Static variable in class cern.jet.math.Constants
- maxOccurence(double[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Deprecated.since 2.1, use
MatrixHelper.maxOccurrence(double[])
instead - maxOccurence(float[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Deprecated.since 2.1, use
MatrixHelper.maxOccurrence(float[])
instead - maxOccurrence(double[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Retourne la valeur la plus courrement rencontrer dans un tableau. si plusieurs valeurs ont le même nombre d'occurrence la plus petite valeur est retournée.
- maxOccurrence(float[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Retourne la valeur la plus courrement rencontrer dans un tableau. si plusieurs valeurs ont le même nombre d'occurrence la plus petite valeur est retournée.
- maxOccurrence1(double[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
le tableau en entre est trie durant l'execution de la methode, il est donc modifié
- meanAll() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- meanAll() - Method in interface org.nuiton.math.matrix.MatrixND
-
Return all matrix data mean value
- meanAll() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- meanOverDim(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- meanOverDim(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Effectue la moyenne des valeurs sur une dimension donnée.
- meanOverDim(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- meanOverDim(int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- meanOverDim(int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Effectue la moyenne des valeurs sur une dimension donnée. la moyenne permet juste de regrouper dans une dimension un certain nombre de valeur.
- meanOverDim(int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- mergeSort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- mergeSort(byte[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(char[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(double[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(float[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(int[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
-
Sorts the specified range of elements according to the order induced by the specified comparator.
- mergeSort(long[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSort(short[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
- mergeSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the receiver according to the order induced by the specified comparator.
- mergeSortInPlace(int[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- MersenneTwister - Class in cern.jet.random.engine
-
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
- MersenneTwister() - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator with a default seed, which is a constant.
- MersenneTwister(int) - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator with the given seed.
- MersenneTwister(Date) - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator seeded with the given date.
- min - Variable in class cern.jet.random.Uniform
- minLoadFactor - Variable in class cern.colt.map.AbstractMap
-
The minimum load factor for the hashtable.
- MINLOG - Static variable in class cern.jet.math.Constants
- minus(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Modifie la matrice actuelle en lui soustrayant les valeurs de la matrice passé en parametre.
- minus(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Soustrai la matrice courante avec la matrice passe en parametre et ce retourne elle meme.
- minus(MatrixND) - Method in class org.nuiton.math.matrix.MatrixNDImpl
-
Modifie la matrice actuelle en lui soustrayant les valeurs de la matrice passé en parametre.
- minus(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- minus(Vector) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- minus(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- minus(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Soustrait les valeurs du vector passé en argument a ce vector.
- minuss(double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- minuss(double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Soustraction d'un scalaire à une matrice
- minuss(double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- mult(double) - Static method in class cern.jet.math.Mult
-
a * constant
. - mult(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- mult(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Multiplication normal (produit matriciel) de 2 matrices 2D.
- mult(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- Mult - Class in cern.jet.math
-
Only for performance tuning of compute intensive linear algebraic computations.
- Mult(double) - Constructor for class cern.jet.math.Mult
-
Insert the method's description here.
- multiplicator - Variable in class cern.jet.math.Mult
-
Public read/write access to avoid frequent object construction.
- mults(double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- mults(double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Multiplication d'une matrice par un scalaire.
- mults(double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
N
- name - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- nb - Variable in class org.nuiton.math.matrix.SubMatrix.ShiftConverter
- next() - Method in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- next() - Method in interface org.nuiton.math.matrix.BasicMatrixIterator
-
Passe à l'élément suivant.
- next() - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- next() - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- next() - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- next() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- next() - Method in class org.nuiton.math.matrix.SparseVectorIterator
- next() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- next() - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- next() - Method in interface org.nuiton.math.matrix.VectorIterator
- next() - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- nextBlock() - Method in class cern.jet.random.engine.MersenneTwister
-
Generates N words at one time.
- nextBoolean() - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random
boolean
. - nextCpt - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- nextDouble() - Method in class cern.jet.random.AbstractDistribution
-
Returns a random number from the distribution.
- nextDouble() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 64 bit uniformly distributed random number in the open unit interval
(0.0,1.0)
(excluding 0.0 and 1.0). - nextDouble() - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(min,max)
(excludingmin
andmax
). - nextDoubleFromTo(double, double) - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(from,to)
(excludingfrom
andto
). - nextFloat() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 32 bit uniformly distributed random number in the open unit interval
(0.0f,1.0f)
(excluding 0.0f and 1.0f). - nextFloatFromTo(float, float) - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(from,to)
(excludingfrom
andto
). - nextInt() - Method in class cern.jet.random.AbstractDistribution
-
Returns a random number from the distribution; returns
(int) Math.round(nextDouble())
. - nextInt() - Method in class cern.jet.random.engine.DRand
-
Returns a 32 bit uniformly distributed random number in the closed interval
[Integer.MIN_VALUE,Integer.MAX_VALUE]
(includingInteger.MIN_VALUE
andInteger.MAX_VALUE
). - nextInt() - Method in class cern.jet.random.engine.MersenneTwister
-
Returns a 32 bit uniformly distributed random number in the closed interval
[Integer.MIN_VALUE,Integer.MAX_VALUE]
(includingInteger.MIN_VALUE
andInteger.MAX_VALUE
). - nextInt() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 32 bit uniformly distributed random number in the closed interval
[Integer.MIN_VALUE,Integer.MAX_VALUE]
(includingInteger.MIN_VALUE
andInteger.MAX_VALUE
); - nextInt() - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval
[min,max]
(includingmin
andmax
). - nextIntFromTo(int, int) - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval
[from,to]
(includingfrom
andto
). - nextLong() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 64 bit uniformly distributed random number in the closed interval
[Long.MIN_VALUE,Long.MAX_VALUE]
(includingLong.MIN_VALUE
andLong.MAX_VALUE
). - nextLongFromTo(long, long) - Method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval
[from,to]
(includingfrom
andto
). - nextPos - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- nextPos - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- nextPrime(int) - Method in class cern.colt.map.AbstractMap
-
Returns a prime number which is
>= desiredCapacity
and very close todesiredCapacity
(within 11% ifdesiredCapacity >= 1000
). - nextPrime(int) - Static method in class cern.colt.map.PrimeFinder
-
Returns a prime number which is
>= desiredCapacity
and very close todesiredCapacity
(within 11% ifdesiredCapacity >= 1000
). - nextValue - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- nextValue - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- NUMBER - Static variable in class org.nuiton.math.matrix.AbstractMatrixND
- NUMBER_REGEX - Static variable in class org.nuiton.math.matrix.AbstractMatrixND
O
- o1 - Variable in class org.nuiton.math.matrix.DimensionHelper
- o2 - Variable in class org.nuiton.math.matrix.DimensionHelper
- o3 - Variable in class org.nuiton.math.matrix.DimensionHelper
- o4 - Variable in class org.nuiton.math.matrix.DimensionHelper
- ObjectArrayList<T> - Class in cern.colt.list
-
Resizable list holding
Object
elements; implemented with arrays. - ObjectArrayList() - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs an empty list.
- ObjectArrayList(int) - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs an empty list with the specified initial capacity.
- ObjectArrayList(T[]) - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs a list containing the specified elements.
- ObjectProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
- OpenDoubleIntHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type
(double-->int)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenDoubleIntHashMap() - Constructor for class cern.colt.map.OpenDoubleIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- OpenIntDoubleHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type
(int-->double)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenIntDoubleHashMap() - Constructor for class cern.colt.map.OpenIntDoubleHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- OpenIntIntHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type
(int-->int)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenIntIntHashMap() - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntIntHashMap(int) - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- OpenIntObjectHashMap<T> - Class in cern.colt.map
-
Hash map holding (key,value) associations of type
(int-->Object)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenIntObjectHashMap() - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- OpenLongDoubleHashMap - Class in cern.colt.map
-
Ajouté par Code Lutin le 8 décembre 2022 Hash map holding (key,value) associations of type
(long-->double)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenLongDoubleHashMap() - Constructor for class cern.colt.map.OpenLongDoubleHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongDoubleHashMap(int) - Constructor for class cern.colt.map.OpenLongDoubleHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenLongDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongDoubleHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- OpenLongObjectHashMap<T> - Class in cern.colt.map
-
Hash map holding (key,value) associations of type
(long-->Object)
; Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. - OpenLongObjectHashMap() - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- org.nuiton.math.matrix - package org.nuiton.math.matrix
-
Nuiton matrix api.
- out - Variable in class org.nuiton.math.matrix.MatrixEncoder
P
- pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongDoubleProcedure, LongArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongDoubleProcedure, LongArrayList, DoubleArrayList) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsSortedByKey(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(LongArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByValue(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all keys and values sorted ascending by value into the specified lists.
- pairsSortedByValue(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all keys and values sorted ascending by value into the specified lists.
- pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys and values sorted ascending by value into the specified lists.
- pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
- pairsSortedByValue(LongArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all keys and values sorted ascending by value into the specified lists.
- pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - partFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Returns a new list of the part of the receiver between
from
, inclusive, andto
, inclusive. - paste(int[], MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Modifie la matrice actuel en metant les valeurs de mat passé en parametre
- paste(int[], MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Copie une matrice dans la matrice actuelle.
- paste(int[], MatrixND) - Method in class org.nuiton.math.matrix.MatrixNDImpl
-
Si on peut on utilise le paste du vector de BasicMatix, sinon on utilise la methode de AbstractMatrixND.
- paste(int[], MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- paste(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Modifie la matrice actuel en metant les valeurs de mat passé en parametre
- paste(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Copie une matrice dans la matrice actuelle.
- paste(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- paste(Vector) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- paste(Vector) - Method in class org.nuiton.math.matrix.DoubleBigVector
- paste(Vector) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
On recopie tous les attributs pour que le vector ressemble exactement a celui passé en argument
- paste(Vector) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- paste(Vector) - Method in class org.nuiton.math.matrix.FloatBigVector
- paste(Vector) - Method in class org.nuiton.math.matrix.FloatVector
-
On recopie tous les attributs pour que le vector ressemble exactement a celui passé en argument
- paste(Vector) - Method in class org.nuiton.math.matrix.LazyVector
- paste(Vector) - Method in interface org.nuiton.math.matrix.Vector
-
Copie les valeurs du vector passé en argument dans ce vector.
- pasteSemantics(MatrixND) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Modifie la matrice actuel en metant les valeurs de mat passé en parametre La copie se fait en fonction de la semantique, si un element dans une dimension n'est pas trouvé, alors il est passé
- pasteSemantics(MatrixND) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modifie la matrice actuel en metant les valeurs de mat passé en parametre La copie se fait en fonction de la semantique, si un element dans une dimension n'est pas trouvé, alors il est passé
- pasteSemantics(MatrixND) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- pasteSemantics(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- pasteToBackend(Vector, Vector) - Method in class org.nuiton.math.matrix.LazyVector
-
Before call this method backend, must be initialized
- pdf(double) - Method in class cern.jet.random.Uniform
-
Returns the probability distribution function (assuming a continous uniform distribution).
- PersistentObject - Class in cern.colt
-
This empty class is the common root for all persistent capable classes.
- PersistentObject() - Constructor for class cern.colt.PersistentObject
-
Not yet commented.
- pos - Variable in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- pos - Variable in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- pos - Variable in class org.nuiton.math.matrix.MatrixIteratorImpl
- pos - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- pos - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- position - Variable in class org.nuiton.math.matrix.DoubleSparseArrayVector
-
contient la position de l'element, le tableau est trié
- position - Variable in class org.nuiton.math.matrix.FloatVector
-
contient la position de l'element, le tableau est trie
- positionSize - Variable in class org.nuiton.math.matrix.FloatVector
- posSems - Variable in class org.nuiton.math.matrix.MatrixIteratorImpl
- posSems - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- posSems - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- prepareBackendForModification() - Method in class org.nuiton.math.matrix.LazyVector
- PrimeFinder - Class in cern.colt.map
-
Not of interest for users; only for implementors of hashtables.
- PrimeFinder() - Constructor for class cern.colt.map.PrimeFinder
-
Makes this class non instantiable, but still let's others inherit from it.
- put(double, int) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Associates the given key with the given value.
- put(double, int) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Associates the given key with the given value.
- put(int, double) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Associates the given key with the given value.
- put(int, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Associates the given key with the given value.
- put(int, int) - Method in class cern.colt.map.AbstractIntIntMap
-
Associates the given key with the given value.
- put(int, int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Associates the given key with the given value.
- put(int, int) - Method in class cern.colt.map.QuickOpenIntIntHashMap
-
Associates the given key with the given value.
- put(int, T) - Method in class cern.colt.map.AbstractIntObjectMap
-
Associates the given key with the given value.
- put(int, T) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Associates the given key with the given value.
- put(long, double) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Associates the given key with the given value.
- put(long, double) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Associates the given key with the given value.
- put(long, T) - Method in class cern.colt.map.AbstractLongObjectMap
-
Associates the given key with the given value.
- put(long, T) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Associates the given key with the given value.
Q
- QuickOpenIntIntHashMap - Class in cern.colt.map
-
Status: Experimental; Do not use for production yet.
- QuickOpenIntIntHashMap() - Constructor for class cern.colt.map.QuickOpenIntIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- QuickOpenIntIntHashMap(int) - Constructor for class cern.colt.map.QuickOpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- QuickOpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.QuickOpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
- quickSort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- quickSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
-
Sorts the specified range of elements according to the order induced by the specified comparator.
- quickSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
- quickSort(Object[]) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
- quickSort(Object[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
- quickSort(Object[], int, int, Comparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array according to the order induced by the specified comparator.
- quickSort(Object[], Comparator) - Static method in class cern.colt.Sorting
-
Sorts the specified array according to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Sorts the specified range of the receiver into ascending numerical order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the specified range of the receiver into ascending numerical order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the specified range of the receiver into ascending numerical order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Sorts the specified range of the receiver into ascending numerical order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the specified range of the receiver into ascending order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Sorts the specified range of the receiver into ascending numerical order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
- quickSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
-
Sorts the receiver according to the order induced by the specified comparator.
- quickSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the receiver according to the order induced by the specified comparator.
- quickSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the receiver according to the order induced by the specified comparator.
- quickSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
-
Sorts the receiver according to the order induced by the specified comparator.
- quickSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
-
Sorts the receiver according to the order induced by the specified comparator.
- quickSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the receiver according to the order induced by the specified comparator.
R
- RandomEngine - Class in cern.jet.random.engine
-
Abstract base class for uniform pseudo-random number generating engines.
- RandomEngine() - Constructor for class cern.jet.random.engine.RandomEngine
-
Makes this class non instantiable, but still let's others inherit from it.
- randomGenerator - Variable in class cern.jet.random.AbstractDistribution
- raw() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 32 bit uniformly distributed random number in the open unit interval
(0.0,1.0)
(excluding 0.0 and 1.0). - readonly - Variable in class org.nuiton.math.matrix.DoubleBigMappedVector
- reduce() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- reduce() - Method in interface org.nuiton.math.matrix.MatrixND
-
Reduit la matrice de sorte que toutes les dimensions qui n'ont qu'un élement soit supprimée.
- reduce() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- reduce(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- reduce(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Reduit la matrice de sorte que toutes les dimensions qui n'ont qu'un élement soit supprimée.
- reduce(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- reduce(List<?>, List<Object>, int[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Create new matrice from the current matrix.
- reduceDims(int...) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- reduceDims(int...) - Method in interface org.nuiton.math.matrix.MatrixND
-
Reduit le matrice seulement sur les dimensions passées en argument.
- reduceDims(int...) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- rehash(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.QuickOpenIntIntHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
- remove(int) - Method in class cern.colt.list.AbstractList
-
Removes the element at the specified position from the receiver.
- removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- REMOVED - Static variable in class cern.colt.map.OpenDoubleIntHashMap
- REMOVED - Static variable in class cern.colt.map.OpenIntDoubleHashMap
- REMOVED - Static variable in class cern.colt.map.OpenIntIntHashMap
- REMOVED - Static variable in class cern.colt.map.OpenIntObjectHashMap
- REMOVED - Static variable in class cern.colt.map.OpenLongDoubleHashMap
- REMOVED - Static variable in class cern.colt.map.OpenLongObjectHashMap
- removeElementAt(int) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- removeElementAt(int) - Method in class org.nuiton.math.matrix.FloatVector
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements whose index is between
from
, inclusive andto
, inclusive. - removeKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeMatrixFactoryThreadLocal() - Static method in class org.nuiton.math.matrix.MatrixFactory
-
Retire la factory pour le thread courant
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part between
from
(inclusive) andto
(inclusive) with the other list's part betweenotherFrom
andotherTo
. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part of the receiver starting at
from
(inclusive) with all the elements of the specified collection. - retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- reverse() - Method in class cern.colt.list.AbstractByteList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractDoubleList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractFloatList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractIntList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractLongList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ByteArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.DoubleArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.FloatArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.IntArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.LongArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ObjectArrayList
-
Reverses the elements of the receiver.
S
- sameDimension(int[], int[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de savoir si deux dimension sont identiques.
- sameSemantics(List[], List[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
- SemanticList<T> - Class in org.nuiton.math.matrix
-
SemanticList.
- SemanticList(Collection<T>) - Constructor for class org.nuiton.math.matrix.SemanticList
- SemanticMapper - Class in org.nuiton.math.matrix
-
Mapper used during import/export to map CSV file semantics to real semantics value depending on execution context.
- SemanticMapper() - Constructor for class org.nuiton.math.matrix.SemanticMapper
- semantics - Variable in class org.nuiton.math.matrix.AbstractMatrixND
- semantics - Variable in class org.nuiton.math.matrix.MatrixIteratorImpl
- SemanticsDecorator<Decorated,Undecorated> - Interface in org.nuiton.math.matrix
-
Permet de convertir automatiquement une semantics vers une autre representation Par exemple d'une representation String vers une Entity
- SemanticsDecoratorMatrixIterator(MatrixND, SemanticsDecorator, MatrixIterator) - Constructor for class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- semanticsToDimension(List<?>[], Object[]) - Static method in class org.nuiton.math.matrix.MatrixHelper
-
Permet de convertir des coordonnées sémantiques en coordonnées défini par des entiers.
- semArray - Variable in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- serialVersionUID - Static variable in class cern.colt.PersistentObject
- set(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, float) - Method in class cern.colt.list.FloatArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, int) - Method in class cern.colt.list.IntArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, long) - Method in class cern.colt.list.AbstractLongList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, long) - Method in class cern.colt.list.LongArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, T) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- setDefaultSparseVectorClass(Class<?>) - Static method in class org.nuiton.math.matrix.MatrixFactory
- setDefaultThresholdSparse(int) - Static method in class org.nuiton.math.matrix.MatrixFactory
- setDefaultUseLazyVector(boolean) - Static method in class org.nuiton.math.matrix.MatrixFactory
- setDefaultVectorClass(Class<?>) - Static method in class org.nuiton.math.matrix.MatrixFactory
- setDimensionName(int, String) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setDimensionName(int, String) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de mettre un nom à une dimension.
- setDimensionName(int, String) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setDimensionName(String[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.Use #setDimensionName(String[])
- setDimensionName(String[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.since 1.0.3, use
MatrixND.setDimensionNames(String[])
instead - setDimensionName(String[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setDimensionNames(String[]) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setDimensionNames(String[]) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de mettre des noms aux différentes dimension.
- setDimensionNames(String[]) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setExclude(double) - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- setExclude(double) - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- setExclude(double) - Method in class org.nuiton.math.matrix.SparseVectorIterator
- setExclude(double) - Method in interface org.nuiton.math.matrix.VectorIterator
- setExclude(double) - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- setMatrixProvider(MatrixProvider) - Method in class org.nuiton.math.matrix.MatrixProxy
- setName(String) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setName(String) - Method in interface org.nuiton.math.matrix.MatrixND
-
Permet de donner un nom à la matrice.
- setName(String) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setQuick(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, int) - Method in class cern.colt.list.IntArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, long) - Method in class cern.colt.list.AbstractLongList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, long) - Method in class cern.colt.list.LongArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, T) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setRandomGenerator(RandomEngine) - Method in class cern.jet.random.AbstractDistribution
-
Sets the uniform random generator internally used.
- setSeed(int) - Method in class cern.jet.random.engine.DRand
-
Sets the receiver's seed.
- setSeed(int) - Method in class cern.jet.random.engine.MersenneTwister
-
Sets the receiver's seed.
- setSemantic(int, List<E>) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setSemantic(int, List<E>) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modifie la semantique d'une dimension.
- setSemantic(int, List<E>) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setSemanticMapper(SemanticMapper) - Static method in class org.nuiton.math.matrix.MatrixFactory
- setSemantics(int, List<E>) - Method in class org.nuiton.math.matrix.AbstractMatrixND
-
Deprecated.Use #setSemantic(dim, List)
- setSemantics(int, List<E>) - Method in interface org.nuiton.math.matrix.MatrixND
-
Deprecated.(since 1.0.3) use #setSemantic(int, List) instead
- setSemantics(int, List<E>) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setSize(int) - Method in class cern.colt.list.AbstractList
-
Sets the size of the receiver.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractByteList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractFloatList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractIntList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractLongList
-
Sets the size of the receiver without modifying it otherwise.
- setState(double, double) - Method in class cern.jet.random.Uniform
-
Sets the internal state.
- setUp(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenIntIntHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Initializes the receiver.
- setValue(double) - Method in class org.nuiton.math.matrix.BasicMatrix.BasicMatrixIteratorImpl
- setValue(double) - Method in interface org.nuiton.math.matrix.BasicMatrixIterator
-
Modifie la valeur courant pointé par l'iterator.
- setValue(double) - Method in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- setValue(double) - Method in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- setValue(double) - Method in class org.nuiton.math.matrix.MatrixIteratorImpl
- setValue(double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator
- setValue(double) - Method in class org.nuiton.math.matrix.SparseVectorIterator
- setValue(double) - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- setValue(double) - Method in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- setValue(double) - Method in interface org.nuiton.math.matrix.VectorIterator
- setValue(double) - Method in class org.nuiton.math.matrix.VectorIteratorImpl
- setValue(int[], double) - Method in class org.nuiton.math.matrix.BasicMatrix
-
Modifie un élement de la matrice
- setValue(int[], double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modifie un element de la matrice en fonction des dimensions passé en paramètre.
Exemple: Si on a un matrice 3D.
set([1,1,1], m) modifie un element de la matrice. - setValue(int[], double) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- setValue(int[], double) - Method in class org.nuiton.math.matrix.MatrixProxy
- setValue(int[], double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(int[], double) - Method in class org.nuiton.math.matrix.SubMatrix
- setValue(int, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(int, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 1D matrix value.
- setValue(int, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(int, int, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(int, int, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 2D matrix value.
- setValue(int, int, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(int, int, int, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(int, int, int, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 3D matrix value.
- setValue(int, int, int, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(int, int, int, int, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(int, int, int, int, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 4D matrix value.
- setValue(int, int, int, int, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(long, double) - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.DoubleBigVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.FloatBigVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.FloatVector
- setValue(long, double) - Method in class org.nuiton.math.matrix.LazyVector
- setValue(long, double) - Method in interface org.nuiton.math.matrix.Vector
- setValue(Object[], double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(Object[], double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modifie un element de la matrice en fonction des dimensions passé en paramètre.
- setValue(Object[], double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(Object, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(Object, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 1D matrix value.
- setValue(Object, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(Object, Object, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(Object, Object, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 2D matrix value.
- setValue(Object, Object, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(Object, Object, Object, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(Object, Object, Object, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 3D matrix value.
- setValue(Object, Object, Object, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- setValue(Object, Object, Object, Object, double) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- setValue(Object, Object, Object, Object, double) - Method in interface org.nuiton.math.matrix.MatrixND
-
Modify a 4D matrix value.
- setValue(Object, Object, Object, Object, double) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- shared - Static variable in class cern.jet.random.Uniform
- ShiftConverter(int, int, int) - Constructor for class org.nuiton.math.matrix.SubMatrix.ShiftConverter
- ShortComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some collection of elements.
- shuffle() - Method in class cern.colt.list.AbstractList
-
Randomly permutes the receiver.
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Randomly permutes the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Randomly permutes the part of the receiver between
from
(inclusive) andto
(inclusive). - size - Variable in class cern.colt.list.AbstractByteList
-
The size of the list.
- size - Variable in class cern.colt.list.AbstractDoubleList
-
The size of the list.
- size - Variable in class cern.colt.list.AbstractFloatList
-
The size of the list.
- size - Variable in class cern.colt.list.AbstractIntList
-
The size of the list.
- size - Variable in class cern.colt.list.AbstractLongList
-
The size of the list.
- size - Variable in class cern.colt.list.ObjectArrayList
-
The size of the list.
- size - Variable in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- size - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- size - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- size() - Method in class cern.colt.list.AbstractByteList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractCollection
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractDoubleList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractFloatList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractIntList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractLongList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.ObjectArrayList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.map.AbstractMap
-
Returns the number of (key,value) associations currently contained.
- size() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- size() - Method in class org.nuiton.math.matrix.DoubleBigMappedVector
- size() - Method in class org.nuiton.math.matrix.DoubleBigVector
- size() - Method in class org.nuiton.math.matrix.DoubleSparseArrayVector
- size() - Method in class org.nuiton.math.matrix.DoubleSparseHashVector
- size() - Method in class org.nuiton.math.matrix.FloatBigVector
- size() - Method in class org.nuiton.math.matrix.FloatVector
- size() - Method in class org.nuiton.math.matrix.LazyVector
- size() - Method in interface org.nuiton.math.matrix.MatrixND
-
Retourne le nombre d'element dans la matrice [2, 3, 5] donnera 30
- size() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- size() - Method in class org.nuiton.math.matrix.SemanticList
- size() - Method in interface org.nuiton.math.matrix.Vector
- sort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Sorts the specified range of the receiver into ascending order.
- Sorting - Class in cern.colt
-
Quicksorts, mergesorts and binary searches; complements
java.util.Arrays
. - Sorting() - Constructor for class cern.colt.Sorting
-
Makes this class non instantiable, but still let's others inherit from it.
- SparseArrayVectorIterator - Class in org.nuiton.math.matrix
-
Implantation pour les sparse qui peuvent facilement retourner des tableaux trie des valeurs assignees
- SparseArrayVectorIterator(SparseVector) - Constructor for class org.nuiton.math.matrix.SparseArrayVectorIterator
- SparseArrayVectorIterator(SparseVector, double) - Constructor for class org.nuiton.math.matrix.SparseArrayVectorIterator
- SparseHashVectorIterator - Class in org.nuiton.math.matrix
-
Implantation pour les sparse qui utilise des Map comme backend et ne peuvent pas facilement retourner des tableaux tries
- SparseHashVectorIterator(SparseVector) - Constructor for class org.nuiton.math.matrix.SparseHashVectorIterator
- SparseHashVectorIterator(SparseVector, double) - Constructor for class org.nuiton.math.matrix.SparseHashVectorIterator
- SparseVector - Interface in org.nuiton.math.matrix
- sparseVectorClass - Variable in class org.nuiton.math.matrix.MatrixFactory
- SparseVectorIterator - Class in org.nuiton.math.matrix
- SparseVectorIterator(SparseVector) - Constructor for class org.nuiton.math.matrix.SparseVectorIterator
- SparseVectorIterator(SparseVector, double) - Constructor for class org.nuiton.math.matrix.SparseVectorIterator
- splitObjects(String) - Method in class org.nuiton.math.matrix.MatrixStringEncoder
-
Recréé chaque object de la chaine de caractere et l'ajoute dans une liste la chaine est de la forme.
- SQRTH - Static variable in class cern.jet.math.Constants
- SQTPI - Static variable in class cern.jet.math.Constants
- start - Variable in class org.nuiton.math.matrix.SubMatrix.ShiftConverter
- state - Variable in class cern.colt.map.OpenDoubleIntHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenIntDoubleHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenIntIntHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenLongDoubleHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- staticNextBoolean() - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random
boolean
. - staticNextDouble() - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(0,1)
(excluding0
and1
). - staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(from,to)
(excludingfrom
andto
). - staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval
(from,to)
(excludingfrom
andto
). - staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval
[from,to]
(includingfrom
andto
). - staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval
[from,to]
(includingfrom
andto
). - staticSetRandomEngine(RandomEngine) - Static method in class cern.jet.random.Uniform
-
Sets the uniform random number generation engine shared by all static methods.
- statistics(int, int) - Static method in class cern.colt.map.PrimeFinder
-
Tests correctness.
- stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
-
Returns the StirlingCorrection.
- subMatrix - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- subMatrix - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- SubMatrix - Class in org.nuiton.math.matrix
-
Pour l'instant une sous matrice a obligatoirement le meme nombre de dimension que la matrice qu'elle contient.
- SubMatrix(MatrixND, int, int[]) - Constructor for class org.nuiton.math.matrix.SubMatrix
- SubMatrix(MatrixND, int, int, int) - Constructor for class org.nuiton.math.matrix.SubMatrix
- SubMatrix.DimensionConverter - Interface in org.nuiton.math.matrix
-
Permet de faire une conversion de la dimension demandé dans la sous matrice avec la position reel de la matrice sous jacente.
- SubMatrix.MappingConverter - Class in org.nuiton.math.matrix
-
La conversion est le mapping d'un element vers un autre element.
- SubMatrix.ShiftConverter - Class in org.nuiton.math.matrix
-
La conversion est juste un decalage d'indice
- SubMatrix.SubMatrixExcludeIteratorImpl - Class in org.nuiton.math.matrix
- SubMatrix.SubMatrixIteratorImpl - Class in org.nuiton.math.matrix
- SubMatrixExcludeIteratorImpl(SubMatrix, double) - Constructor for class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- SubMatrixIteratorImpl(SubMatrix) - Constructor for class org.nuiton.math.matrix.SubMatrix.SubMatrixIteratorImpl
- sumAll() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- sumAll() - Method in interface org.nuiton.math.matrix.MatrixND
-
Somme toutes les valeurs de la matrice.
- sumAll() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- sumOverDim(int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- sumOverDim(int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Somme la matrice sur une dimension donnée.
- sumOverDim(int) - Method in class org.nuiton.math.matrix.MatrixNDImpl
- sumOverDim(int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- sumOverDim(int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- sumOverDim(int, int) - Method in interface org.nuiton.math.matrix.MatrixND
-
Somme la matrice mais la matrice reste de la même dimension. la somme permet juste de regrouper dans une dimension un certain nombre de valeur.
- sumOverDim(int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- sumOverDim(int, int, int) - Method in class org.nuiton.math.matrix.AbstractMatrixND
- sumOverDim(int, int, int) - Method in interface org.nuiton.math.matrix.MatrixND
- sumOverDim(int, int, int) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- swap(int, int) - Method in interface cern.colt.Swapper
-
Swaps the generic data g[a] with g[b].
- Swapper - Interface in cern.colt
-
Interface for an object that knows how to swap elements at two positions (a,b).
T
- table - Variable in class cern.colt.map.OpenDoubleIntHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenIntDoubleHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenIntIntHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenLongDoubleHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The hash table keys.
- thresholdSparse - Variable in class org.nuiton.math.matrix.MatrixFactory
- times(int) - Method in class cern.colt.list.AbstractByteList
-
Returns a list which is a concatenation of
times
times the receiver. - times(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns a list which is a concatenation of
times
times the receiver. - times(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns a list which is a concatenation of
times
times the receiver. - times(int) - Method in class cern.colt.list.AbstractIntList
-
Returns a list which is a concatenation of
times
times the receiver. - times(int) - Method in class cern.colt.list.AbstractLongList
-
Returns a list which is a concatenation of
times
times the receiver. - times(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns a list which is a concatenation of
times
times the receiver. - toArray(Object[]) - Method in class cern.colt.list.ObjectArrayList
-
Returns an array containing all of the elements in the receiver in the correct order.
- toList() - Method in class cern.colt.list.AbstractByteList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.AbstractCollection
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.AbstractFloatList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.AbstractIntList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.AbstractLongList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class cern.colt.list.ObjectArrayList
-
Returns a
java.util.ArrayList
containing all the elements in the receiver. - toList() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- toList() - Method in interface org.nuiton.math.matrix.MatrixND
-
Donne la matrice sous forme de List de list ... de double
- toList() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- toString() - Method in class cern.colt.list.AbstractByteList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractCollection
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractFloatList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractIntList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractLongList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.list.ObjectArrayList
-
Returns a string representation of the receiver, containing the String representation of each element.
- toString() - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.jet.random.Uniform
-
Returns a String representation of the receiver.
- toString() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- toString() - Method in class org.nuiton.math.matrix.BasicMatrix
- toString() - Method in class org.nuiton.math.matrix.MatrixNDImpl
- toString() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- toString(boolean[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(byte[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(char[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(double[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(float[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(int[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(long[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(short[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(Object[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toStringByValue() - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
- toStringByValue() - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
- toStringByValue() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
- toStringByValue() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
- toStringByValue() - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
- toStringByValue() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
- totalProbesSaved - Variable in class cern.colt.map.QuickOpenIntIntHashMap
- transpose() - Method in class org.nuiton.math.matrix.AbstractMatrixND
- transpose() - Method in interface org.nuiton.math.matrix.MatrixND
-
retourne le transpose de la matrice.
- transpose() - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
- trimToCapacity(boolean[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(byte[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(char[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(double[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(float[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(int[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(long[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(short[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToCapacity(Object[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than
maxCapacity
elements. - trimToSize() - Method in class cern.colt.list.AbstractList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.ByteArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.DoubleArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.FloatArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.IntArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.LongArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.list.ObjectArrayList
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.AbstractMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenIntIntHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
- trimToSize() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Trims the capacity of the receiver to be the receiver's current size.
U
- undecorate(Decorated) - Method in interface org.nuiton.math.matrix.SemanticsDecorator
-
supprime la decoration de la valeur en argument
- Uniform - Class in cern.jet.random
-
Uniform distribution; Math definition and animated definition.
- Uniform(double, double, int) - Constructor for class cern.jet.random.Uniform
-
Constructs a uniform distribution with the given minimum and maximum, using a
MersenneTwister
seeded with the given seed. - Uniform(double, double, RandomEngine) - Constructor for class cern.jet.random.Uniform
-
Constructs a uniform distribution with the given minimum and maximum.
- Uniform(RandomEngine) - Constructor for class cern.jet.random.Uniform
-
Constructs a uniform distribution with
min=0.0
andmax=1.0
. - useLazyVector - Variable in class org.nuiton.math.matrix.MatrixFactory
- users - Variable in class org.nuiton.math.matrix.LazyVector
V
- value - Variable in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- value - Variable in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- value - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- value - Variable in class org.nuiton.math.matrix.SubMatrix.SubMatrixExcludeIteratorImpl
- values - Variable in class cern.colt.map.OpenDoubleIntHashMap
-
The hash table values.
- values - Variable in class cern.colt.map.OpenIntDoubleHashMap
-
The hash table values.
- values - Variable in class cern.colt.map.OpenIntIntHashMap
-
The hash table values.
- values - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The hash table values.
- values - Variable in class cern.colt.map.OpenLongDoubleHashMap
-
The hash table values.
- values - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The hash table values.
- values - Variable in class org.nuiton.math.matrix.DoubleSparseArrayVector
- values() - Method in class cern.colt.map.AbstractDoubleIntMap
-
Returns a list filled with all values contained in the receiver.
- values() - Method in class cern.colt.map.AbstractIntDoubleMap
-
Returns a list filled with all values contained in the receiver.
- values() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a list filled with all values contained in the receiver.
- values() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a list filled with all values contained in the receiver.
- values() - Method in class cern.colt.map.AbstractLongDoubleMap
-
Returns a list filled with all values contained in the receiver.
- values() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a list filled with all values contained in the receiver.
- values(DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Fills all values contained in the receiver into the specified list.
- values(DoubleArrayList) - Method in class cern.colt.map.AbstractLongDoubleMap
-
Fills all values contained in the receiver into the specified list.
- values(DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Fills all values contained in the receiver into the specified list.
- values(DoubleArrayList) - Method in class cern.colt.map.OpenLongDoubleHashMap
-
Fills all values contained in the receiver into the specified list.
- values(IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Fills all values contained in the receiver into the specified list.
- values(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all values contained in the receiver into the specified list.
- values(IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Fills all values contained in the receiver into the specified list.
- values(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
-
Fills all values contained in the receiver into the specified list.
- values(ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all values contained in the receiver into the specified list.
- values(ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Fills all values contained in the receiver into the specified list.
- values(ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Fills all values contained in the receiver into the specified list.
- values(ObjectArrayList<T>) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all values contained in the receiver into the specified list.
- vector - Variable in class org.nuiton.math.matrix.LazyVector.DummyVectorIterator
- vector - Variable in class org.nuiton.math.matrix.LazyVector.LazyVectorIterator
- vector - Variable in class org.nuiton.math.matrix.SparseVectorIterator
- vector - Variable in class org.nuiton.math.matrix.VectorIteratorImpl
- Vector - Interface in org.nuiton.math.matrix
-
Vector.
- vectorClass - Variable in class org.nuiton.math.matrix.MatrixFactory
- VectorForEachFunction - Interface in org.nuiton.math.matrix
-
Methode appelé lorsqu'on veut parcourir un vecteur On garanti que le parcours est total, mais par forcément dans l'ordre des éléments c-a-d qu'on peut parcourir: 3, 1, 0, 8, ...
- VectorIterator - Interface in org.nuiton.math.matrix
- VectorIteratorImpl - Class in org.nuiton.math.matrix
- VectorIteratorImpl(Vector) - Constructor for class org.nuiton.math.matrix.VectorIteratorImpl
- VectorIteratorImpl(Vector, double) - Constructor for class org.nuiton.math.matrix.VectorIteratorImpl
W
- wrap(MatrixND) - Method in class org.nuiton.math.matrix.MatrixSemanticsDecorator
-
Les matrices retournees par cette classe doivent etre wrapper pour que les semantiques continues de fonctionner
- writeMatrice(MatrixND) - Method in class org.nuiton.math.matrix.MatrixEncoder
All Classes All Packages