*** empty log message ***
This commit is contained in:
parent
6115454d79
commit
2a7b7cd304
|
@ -125,7 +125,7 @@ public:
|
||||||
template <class T> class LinearSolve: public Matrix44<T> {
|
template <class T> class LinearSolve: public Matrix44<T> {
|
||||||
public:
|
public:
|
||||||
LinearSolve(const Matrix44<T> &m);
|
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.
|
///If you need to solve some equation you can use this function instead of Matrix44 one for speed.
|
||||||
T Determinant() const;
|
T Determinant() const;
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue