Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0d970e47
Commit
0d970e47
authored
Dec 23, 2012
by
Davis King
Browse files
Fixed bug in one of the new mat() functions.
parent
d7df21a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
dlib/matrix/matrix_mat.h
dlib/matrix/matrix_mat.h
+1
-2
No files found.
dlib/matrix/matrix_mat.h
View file @
0d970e47
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
#define DLIB_MATRIx_MAT_H__
#define DLIB_MATRIx_MAT_H__
#include "matrix_mat_abstract.h"
#include "matrix_mat_abstract.h"
#include "matrix.h"
#include "../stl_checked.h"
#include "../stl_checked.h"
#include <vector>
#include <vector>
#include "matrix_op.h"
#include "matrix_op.h"
...
@@ -144,7 +143,7 @@ namespace dlib
...
@@ -144,7 +143,7 @@ namespace dlib
typename
value_type
,
typename
value_type
,
typename
alloc
typename
alloc
>
>
const
matrix_op
<
op_std_vect_to_mat
<
std
::
vector
<
value_type
,
alloc
>
>
>
mat
(
const
matrix_op
<
op_std_vect_to_mat
<
std
_
vector
_c
<
value_type
,
alloc
>
>
>
mat
(
const
std_vector_c
<
value_type
,
alloc
>&
vector
const
std_vector_c
<
value_type
,
alloc
>&
vector
)
)
{
{
...
...
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