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
17bde919
Commit
17bde919
authored
Dec 27, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
7ae702a4
3c5251bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
matrix_expressions.h
dlib/matrix/matrix_expressions.h
+3
-3
No files found.
dlib/matrix/matrix_expressions.h
View file @
17bde919
...
...
@@ -227,8 +227,8 @@ namespace dlib
typedef
row_major_layout
layout_type
;
};
template
<
long
start
,
long
inc_
,
long
end
>
class
matrix_range_static_exp
:
public
matrix_exp
<
matrix_range_static_exp
<
start
,
inc_
,
end
>
>
template
<
long
start
,
long
inc_
,
long
end
_
>
class
matrix_range_static_exp
:
public
matrix_exp
<
matrix_range_static_exp
<
start
,
inc_
,
end
_
>
>
{
public
:
typedef
typename
matrix_traits
<
matrix_range_static_exp
>::
type
type
;
...
...
@@ -239,7 +239,7 @@ namespace dlib
const
static
long
cost
=
matrix_traits
<
matrix_range_static_exp
>::
cost
;
typedef
typename
matrix_traits
<
matrix_range_static_exp
>::
layout_type
layout_type
;
const
static
long
inc
=
(
start
<=
end
)
?
inc_
:-
inc_
;
const
static
long
inc
=
(
start
<=
end
_
)
?
inc_
:-
inc_
;
matrix_range_static_exp
(
...
...
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