Comment correction
This commit is contained in:
parent
735f704b3e
commit
22ad487328
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user