Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
70360c76
Commit
70360c76
authored
Jan 15, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added unit tests for cca() and svd_fast()
parent
e7c770f0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
cca.cpp
dlib/test/cca.cpp
+0
-0
makefile
dlib/test/makefile
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
70360c76
...
...
@@ -25,6 +25,7 @@ set (tests
bridge.cpp
bsp.cpp
byte_orderer.cpp
cca.cpp
clustering.cpp
cmd_line_parser.cpp
cmd_line_parser_wchar_t.cpp
...
...
dlib/test/cca.cpp
0 → 100644
View file @
70360c76
This diff is collapsed.
Click to expand it.
dlib/test/makefile
View file @
70360c76
...
...
@@ -41,6 +41,7 @@ SRC += binary_search_tree_mm2.cpp
SRC
+=
bridge.cpp
SRC
+=
bsp.cpp
SRC
+=
byte_orderer.cpp
SRC
+=
cca.cpp
SRC
+=
clustering.cpp
SRC
+=
cmd_line_parser.cpp
SRC
+=
cmd_line_parser_wchar_t.cpp
...
...
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