Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
2ce6dd68
Commit
2ce6dd68
authored
Jan 10, 2012
by
Alexander Reshetnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eigen tests for 1*1 matrix were temporarily removed from common list
parent
63efa5b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
test_eigen.cpp
modules/core/test/test_eigen.cpp
+3
-4
No files found.
modules/core/test/test_eigen.cpp
View file @
2ce6dd68
...
...
@@ -12,8 +12,6 @@ using namespace std;
#define CORE_EIGEN_ERROR_ORTHO 4
#define CORE_EIGEN_ERROR_ORDER 5
// #define CORE_EIGEN_ERROR_DIFF
class
Core_EigenTest
:
public
cvtest
::
BaseTest
{
public
:
...
...
@@ -307,7 +305,7 @@ bool Core_EigenTest::check_full(int type)
return
true
;
}
TEST
(
Core_Eigen_Scalar_32
,
single_complex
)
{
Core_EigenTest_Scalar_32
test
;
test
.
safe_run
();
}
TEST
(
Core_Eigen_Scalar_64
,
single_complex
)
{
Core_EigenTest_Scalar_64
test
;
test
.
safe_run
();
}
//
TEST(Core_Eigen_Scalar_32, single_complex) {Core_EigenTest_Scalar_32 test; test.safe_run(); }
//
TEST(Core_Eigen_Scalar_64, single_complex) {Core_EigenTest_Scalar_64 test; test.safe_run(); }
TEST
(
Core_Eigen_32
,
complex
)
{
Core_EigenTest_32
test
;
test
.
safe_run
();
}
TEST
(
Core_Eigen_64
,
complex
)
{
Core_EigenTest_64
test
;
test
.
safe_run
();
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment