*** empty log message ***

This commit is contained in:
Federico Ponchio 2004-02-19 15:54:11 +00:00
parent 6115454d79
commit 2a7b7cd304
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public:
template <class T> class LinearSolve: public Matrix44<T> {
public:
LinearSolve(const Matrix44<T> &m);
Point4<T> Solve(const Point4<T> &b); // solve A · x = b
Point4<T> Solve(const Point4<T> &b); // solve A · x = b
///If you need to solve some equation you can use this function instead of Matrix44 one for speed.
T Determinant() const;
protected: