Commit 22ad4873 authored by Philippe FOUBERT's avatar Philippe FOUBERT

Comment correction

parent 735f704b
...@@ -153,7 +153,7 @@ public: ...@@ -153,7 +153,7 @@ public:
//! transpose the matrix //! transpose the matrix
Matx<_Tp, n, m> t() const; Matx<_Tp, n, m> t() const;
//! invert matrix the matrix //! invert the matrix
Matx<_Tp, n, m> inv(int method=DECOMP_LU, bool *p_is_ok = NULL) const; Matx<_Tp, n, m> inv(int method=DECOMP_LU, bool *p_is_ok = NULL) const;
//! solve linear system //! solve linear system
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment