Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
G
GaussJordan
- class matrixsolution.
GaussJordan
.
Solucion de ecuaciones lineales con el metodo de Gauss Jordan.
GaussJordan()
- Constructor for class matrixsolution.
GaussJordan
GaussJordanSolve(RectangularMatrix, RectangularMatrix)
- Method in class matrixsolution.
GaussJordan
Solucion de ecuaciones lineales Gauss-Jordan con pivoteo.
getColumns()
- Method in class abstractmatrix.
AbstractMatrix
Obtiene el numero de columnas (referencia a la matriz).
getColumns()
- Method in class posadautil.
ReadMatrixFile
getDimensions()
- Method in class bandedmatrixsolution.
BandedIOMatrixSolution
getDimensions()
- Method in class matrixsolution.
IOMatrixSolution
getDimensions()
- Method in class posadautil.
ReadMatrixFile
Lee las dimensiones de la matriz desde el archivo.
getDoubleArray()
- Method in class posadautil.
ReadMatrixFile
getE(int, int)
- Method in class abstractmatrix.matrixdouble.
MatrixDouble
Metodo a implementar para obtener el elemento(i, j).
getE(int, int)
- Method in class abstractmatrix.matrixdouble.
RectangularMatrix
Obtiene el valor del elemento (i, j) en posicion relativa.
getE(int, int)
- Method in class abstractmatrix.matrixdouble.
TriangularMatrix
Obtiene el valor del elemento (i, j) en posicion relativa.
getE(int, int)
- Method in class abstractmatrix.matrixdouble.
BandedMatrix
Obtiene el valor del elemento (i, j) en posicion relativa.
getEigenVector(int)
- Method in class matrixsolution.
EigenDirectIterationSolver
Regresa un vector propio.
getEigenVector(int)
- Method in class matrixsolution.
EigenInverseIterationSolver
Regresa un vector propio.
getElements()
- Method in class posadautil.
ReadMatrixFile
Parsea el archivo en busca de una matriz bien formada.
getLowerMatrix()
- Method in class factorize.
Crout
Regresa la matriz inferior.
getMemoryElementAt(int, int)
- Method in class abstractmatrix.matrixdouble.
MatrixDouble
Metodo para las subclases para obtener el elemento (i, j) en posicion absoluta de memoria.
getRoot()
- Method in class rootbisection.
AppletRootFromHTML
Regresa la raiz encontrada.
getRows()
- Method in class abstractmatrix.
AbstractMatrix
Obtiene el numero de renglones (referencia a la matriz).
getRows()
- Method in class posadautil.
ReadMatrixFile
getUpperMatrix()
- Method in class factorize.
Crout
Regresa la matriz superior con unos en la diagonal.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W