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
7ff4f6f4
Commit
7ff4f6f4
authored
Mar 31, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified example
parent
e06d1e69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matrix_expressions_ex.cpp
examples/matrix_expressions_ex.cpp
+1
-1
No files found.
examples/matrix_expressions_ex.cpp
View file @
7ff4f6f4
...
@@ -253,7 +253,7 @@ struct example_op_vector_to_matrix
...
@@ -253,7 +253,7 @@ struct example_op_vector_to_matrix
const
static
long
NC
=
1
;
// We do know that it only has one column (since it's a vector)
const
static
long
NC
=
1
;
// We do know that it only has one column (since it's a vector)
typedef
T
type
;
typedef
T
type
;
// Since the std::vector doesn't use a dlib memory manager we list the default one here.
// Since the std::vector doesn't use a dlib memory manager we list the default one here.
typedef
memory_manager
<
char
>::
kernel_1a
mem_manager_type
;
typedef
default_memory_manager
mem_manager_type
;
// The layout type also doesn't really matter in this case. So we list row_major_layout
// The layout type also doesn't really matter in this case. So we list row_major_layout
// since it is a good default.
// since it is a good default.
typedef
row_major_layout
layout_type
;
typedef
row_major_layout
layout_type
;
...
...
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