A C D E F G I J L M N P R S T U V

G

get(int, int) - Method in class matrice.Matrix
Get a single element.
getArray() - Method in class matrice.Matrix
Access the internal two-dimensional array.
getArrayCopy() - Method in class matrice.Matrix
Copy the internal two-dimensional array.
getColumnDimension() - Method in class matrice.Matrix
Get column dimension.
getColumnPackedCopy() - Method in class matrice.Matrix
Make a one-dimensional column packed copy of the internal array.
getDoublePivot() - Method in class matrice.LUDecomposition
Return pivot permutation vector as a one-dimensional double array
getL() - Method in class matrice.LUDecomposition
Return lower triangular factor
getMatrix(int, int, int, int) - Method in class matrice.Matrix
Get a submatrix.
getMatrix(int[], int[]) - Method in class matrice.Matrix
Get a submatrix.
getMatrix(int, int, int[]) - Method in class matrice.Matrix
Get a submatrix.
getMatrix(int[], int, int) - Method in class matrice.Matrix
Get a submatrix.
getPivot() - Method in class matrice.LUDecomposition
Return pivot permutation vector
getPosition(String) - Method in class lagrange.PointFixe
Méthode de récupération des positions
getRowDimension() - Method in class matrice.Matrix
Get row dimension.
getRowPackedCopy() - Method in class matrice.Matrix
Make a one-dimensional row packed copy of the internal array.
getU() - Method in class matrice.LUDecomposition
Return upper triangular factor

A C D E F G I J L M N P R S T U V