1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Comment correction

This commit is contained in:
Philippe FOUBERT
2013-11-28 00:45:58 +01:00
parent 735f704b3e
commit 22ad487328
+1 -1
View File
@@ -153,7 +153,7 @@ public:
//! transpose the matrix
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;
//! solve linear system