Listado de Tareas Pendientes

Miembro SawMatrix::SawMatrix (double *array, uint rows, uint cols)
implementar excepci� OutBoundsException

Miembro SawMatrix::SawMatrix (const SawMatrix &m)
implementar excepci� NotEqualDimentionException

Miembro SawMatrix::operator= (const SawMatrix &m)
implementar excepci� NotEqualDimentionException

Miembro SawMatrix::genericFunction (SawMatrix a, double(*func)(double))
Implementar NeedSquareMatrixException

Implementar SingularMatrixException

Miembro SawMatrix::genericFunction (SawMatrix a, double(*func)(double, double), double param=0.0)
Implementar NeedSquareMatrixException

Implementar SingularMatrixException

Miembro SawMatrix::swapRows (uint i, uint j)
implementar excepci� OutBoundsException

Miembro SawMatrix::swapColumns (uint i, uint j)
implementar excepci� OutBoundsException

Miembro SawMatrix::get (uint i, uint j) const
implementar excepci� OutBoundsException

Miembro SawMatrix::set (uint i, uint j, double value)
implementar excepci� OutBoundsException

Miembro SawMatrix::operator== (SawMatrix m)
implementar excepci� NotEqualDimentionsException

Miembro SawMatrix::operator!= (SawMatrix m)
implementar excepci� NotEqualDimentionsException

Miembro SawMatrix::getInverse ()
Implementar NeedSquareMatrixException

Miembro SawMatrix::getEigenValues (SawVectorList *eigenVectors=NULL)
Implementar NeedSquareMatrixException

Implementar VectorNotEqualDimentionsException

Miembro SawVector::SawVector (double *array, uint size)
implementar excepci� IndexOutBoundsException

Miembro SawVector::SawVector (const SawVector &vector)
implementar excepci� NotEqualDimentionException

Miembro SawVector::operator= (const SawVector &vector)
implementar excepci� NotEqualDimentionException

Miembro SawVector::swapElements (uint i, uint j)
implementar excepci� IndexOutBoundsException

Miembro SawVector::get (uint i) const
implementar excepci� IndexOutBoundsException

Miembro SawVector::set (uint i, double value)
implementar excepci� IndexOutBoundsException

Miembro SawVector::operator== (SawVector vector)
implementar excepci� IndexOutBoundsException

Miembro SawVector::operator!= (SawVector vector)
implementar excepci� NotEqualDimentionException

Generado el Sun Jul 22 18:05:41 2007 para SAW por  doxygen 1.5.1