typos in comments

This commit is contained in:
Dikay900
2015-05-23 15:26:18 +02:00
parent 25b4cface0
commit 7ca0557b40
14 changed files with 35 additions and 35 deletions

View File

@@ -134,7 +134,7 @@ public:
//! dot product computed in double-precision arithmetics
double ddot(const Matx<_Tp, m, n>& v) const;
//! convertion to another data type
//! conversion to another data type
template<typename T2> operator Matx<T2, m, n>() const;
//! change the matrix shape
@@ -337,7 +337,7 @@ public:
For other dimensionalities the exception is raised
*/
Vec cross(const Vec& v) const;
//! convertion to another data type
//! conversion to another data type
template<typename T2> operator Vec<T2, cn>() const;
/*! element access */