We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4547427 commit d1c1c01Copy full SHA for d1c1c01
modules/core/test/test_eigen.cpp
@@ -56,7 +56,7 @@ using namespace std;
56
57
#define MESSAGE_ERROR_COUNT "Matrix of eigen values must have the same rows as source matrix and 1 column."
58
#define MESSAGE_ERROR_SIZE "Source matrix and matrix of eigen vectors must have the same sizes."
59
-#define MESSAGE_ERROR_DIFF_1 "Accurasy of eigen values computing less than required."
+#define MESSAGE_ERROR_DIFF_1 "Accuracy of eigen values computing less than required."
60
#define MESSAGE_ERROR_DIFF_2 "Accuracy of eigen vectors computing less than required."
61
#define MESSAGE_ERROR_ORTHO "Matrix of eigen vectors is not orthogonal."
62
#define MESSAGE_ERROR_ORDER "Eigen values are not sorted in ascending order."
0 commit comments