--- trunk/OOPSE-3.0/src/math/SquareMatrix.hpp 2004/10/17 01:19:11 1586 +++ trunk/OOPSE-3.0/src/math/SquareMatrix.hpp 2004/10/18 23:13:23 1594 @@ -78,14 +78,20 @@ namespace oopse { return m; } - /** Retunrs the inversion of this matrix. */ + /** + * Retunrs the inversion of this matrix. + * @todo + */ SquareMatrix inverse() { SquareMatrix result; return result; } - /** Returns the determinant of this matrix. */ + /** + * Returns the determinant of this matrix. + * @todo + */ double determinant() const { double det; return det; @@ -142,8 +148,9 @@ namespace oopse { return true; } + /** @todo need implement */ void diagonalize() { - jacobi(m, eigenValues, ortMat); + //jacobi(m, eigenValues, ortMat); } /** @@ -256,6 +263,7 @@ bool SquareMatrix::jacobi(const SquareMatri for (j=iq+1; j