mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Comment correction
This commit is contained in:
parent
735f704b3e
commit
22ad487328
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user