|
Optimización Mínimos Cuadrados de la Ecuación Logística con Quasi Newton modificado y Double dogleg step | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Reservar memoria. No hace operaciones aritmeticas. Entrada y salida de arreglos.
Constructor Summary | |
Array2DPos( int theRows, int theColumns ) throw( invalid_argument )
|
|
Array2DPos( int theFirstRow, int theLastRow, int theFirstCol, int theLastCol ) throw( invalid_argument )
Reserva memoria para un arreglo bidimensional que permite indices negativos. |
|
~Array2DPos()
Libera memoria de un arreglo bidimensional de double. |
Method Summary | |
void |
clean()
Asigna ceros a todos los elementos. |
void |
deleteArray()
Libera memoria. |
inline int |
gC() const
|
inline TC** |
getArrayOrigin() const
|
inline int |
getColumns() const
|
inline int |
getFirstColumn() const
|
inline int |
getFirstRow() const
|
inline int |
getLastColumn() const
|
inline int |
getLastRow() const
|
inline int |
getRows() const
|
inline int |
gFC() const
|
inline int |
gFR() const
|
inline int |
gLC() const
|
inline int |
gLR() const
|
inline int |
gR() const
Abreviaciones |
TC |
operator()( int indRow, int indCol )
Checa indices. |
void |
print()
Muestra en salida estandar los elementos. |
Constructor Detail |
public Array2DPos( int theRows, int theColumns ) throw( invalid_argument );
public Array2DPos( int theFirstRow, int theLastRow, int theFirstCol, int theLastCol ) throw( invalid_argument );
theFirstRow
- [-N, +N] theFirstRow <= theLastRow
theFirstCol
- [-N, +N] theFirstCol <= theLastCol
theLastRow
- [-N, +N]
* @param theLastCol [-N, +N]public ~Array2DPos();
row
- Numero de renglones.Method Detail |
public void clean();
public void deleteArray();
public inline int gC() const;
public inline TC** getArrayOrigin() const;
public inline int getColumns() const;
public inline int getFirstColumn() const;
public inline int getFirstRow() const;
public inline int getLastColumn() const;
public inline int getLastRow() const;
public inline int getRows() const;
public inline int gFC() const;
public inline int gFR() const;
public inline int gLC() const;
public inline int gLR() const;
public inline int gR() const;
public TC operator()( int indRow, int indCol ) throw( invalid_argument );
public void print();
|
Optimización Mínimos Cuadrados de la Ecuación Logística con Quasi Newton modificado y Double dogleg step | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |