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
ca498ac2
".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "9a61182732e124ecc69501ff306ea92573c1d25f"
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/lsh/projection_hash_abstract.h
dlib/lsh/projection_hash_abstract.h
+3
-3
dlib/manifold_regularization/linear_manifold_regularizer.h
dlib/manifold_regularization/linear_manifold_regularizer.h
+3
-3
dlib/manifold_regularization/linear_manifold_regularizer_abstract.h
...old_regularization/linear_manifold_regularizer_abstract.h
+3
-3
dlib/matrix/cblas_constants.h
dlib/matrix/cblas_constants.h
+3
-3
dlib/matrix/lapack/gees.h
dlib/matrix/lapack/gees.h
+3
-3
dlib/matrix/lapack/geev.h
dlib/matrix/lapack/geev.h
+3
-3
dlib/matrix/lapack/geqrf.h
dlib/matrix/lapack/geqrf.h
+3
-3
dlib/matrix/lapack/gesdd.h
dlib/matrix/lapack/gesdd.h
+3
-3
dlib/matrix/lapack/gesvd.h
dlib/matrix/lapack/gesvd.h
+3
-3
dlib/matrix/lapack/getrf.h
dlib/matrix/lapack/getrf.h
+3
-3
dlib/matrix/lapack/ormqr.h
dlib/matrix/lapack/ormqr.h
+3
-3
dlib/matrix/lapack/potrf.h
dlib/matrix/lapack/potrf.h
+3
-3
dlib/matrix/lapack/syev.h
dlib/matrix/lapack/syev.h
+3
-3
dlib/matrix/lapack/syevr.h
dlib/matrix/lapack/syevr.h
+3
-3
dlib/matrix/matrix_conv.h
dlib/matrix/matrix_conv.h
+3
-3
dlib/matrix/matrix_conv_abstract.h
dlib/matrix/matrix_conv_abstract.h
+3
-3
dlib/matrix/matrix_fft.h
dlib/matrix/matrix_fft.h
+3
-3
dlib/matrix/matrix_fft_abstract.h
dlib/matrix/matrix_fft_abstract.h
+3
-3
dlib/matrix/matrix_generic_image.h
dlib/matrix/matrix_generic_image.h
+3
-3
dlib/matrix/matrix_mat.h
dlib/matrix/matrix_mat.h
+3
-3
No files found.
dlib/lsh/projection_hash_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_PROJECTION_HASh_ABSTRACT_H
_
_
#undef DLIB_PROJECTION_HASh_ABSTRACT_H
h
_
#ifdef DLIB_PROJECTION_HASh_ABSTRACT_H
_
_
#ifdef DLIB_PROJECTION_HASh_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
...
@@ -115,5 +115,5 @@ namespace dlib
...
@@ -115,5 +115,5 @@ namespace dlib
}
}
#endif // DLIB_PROJECTION_HASh_ABSTRACT_H
_
_
#endif // DLIB_PROJECTION_HASh_ABSTRACT_H
h
_
dlib/manifold_regularization/linear_manifold_regularizer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
_
_
#ifndef DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
h
_
#define DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
_
_
#define DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
h
_
#include "linear_manifold_regularizer_abstract.h"
#include "linear_manifold_regularizer_abstract.h"
#include <limits>
#include <limits>
...
@@ -324,5 +324,5 @@ namespace dlib
...
@@ -324,5 +324,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
_
_
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_H
h
_
dlib/manifold_regularization/linear_manifold_regularizer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
_
_
#undef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
h
_
#ifdef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
_
_
#ifdef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
h
_
#include <limits>
#include <limits>
#include <vector>
#include <vector>
...
@@ -132,6 +132,6 @@ namespace dlib
...
@@ -132,6 +132,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
_
_
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H
h
_
dlib/matrix/cblas_constants.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CBLAS_CONSTAnTS_H
_
_
#ifndef DLIB_CBLAS_CONSTAnTS_H
h
_
#define DLIB_CBLAS_CONSTAnTS_H
_
_
#define DLIB_CBLAS_CONSTAnTS_H
h
_
namespace
dlib
namespace
dlib
{
{
...
@@ -16,5 +16,5 @@ namespace dlib
...
@@ -16,5 +16,5 @@ namespace dlib
}
}
}
}
#endif // DLIB_CBLAS_CONSTAnTS_H
_
_
#endif // DLIB_CBLAS_CONSTAnTS_H
h
_
dlib/matrix/lapack/gees.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_ES_H
_
_
#ifndef DLIB_LAPACk_ES_H
h
_
#define DLIB_LAPACk_ES_H
_
_
#define DLIB_LAPACk_ES_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -260,5 +260,5 @@ namespace dlib
...
@@ -260,5 +260,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_ES_H
_
_
#endif // DLIB_LAPACk_ES_H
h
_
dlib/matrix/lapack/geev.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GEEV_H
_
_
#ifndef DLIB_LAPACk_GEEV_H
h
_
#define DLIB_LAPACk_GEEV_H
_
_
#define DLIB_LAPACk_GEEV_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -229,6 +229,6 @@ namespace dlib
...
@@ -229,6 +229,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GEEV_H
_
_
#endif // DLIB_LAPACk_GEEV_H
h
_
dlib/matrix/lapack/geqrf.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GEQRF_H
_
_
#ifndef DLIB_LAPACk_GEQRF_H
h
_
#define DLIB_LAPACk_GEQRF_H
_
_
#define DLIB_LAPACk_GEQRF_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -162,7 +162,7 @@ namespace dlib
...
@@ -162,7 +162,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GEQRF_H
_
_
#endif // DLIB_LAPACk_GEQRF_H
h
_
dlib/matrix/lapack/gesdd.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_SDD_H
_
_
#ifndef DLIB_LAPACk_SDD_H
h
_
#define DLIB_LAPACk_SDD_H
_
_
#define DLIB_LAPACk_SDD_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -359,6 +359,6 @@ namespace dlib
...
@@ -359,6 +359,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_SDD_H
_
_
#endif // DLIB_LAPACk_SDD_H
h
_
dlib/matrix/lapack/gesvd.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_SVD_H
_
_
#ifndef DLIB_LAPACk_SVD_H
h
_
#define DLIB_LAPACk_SVD_H
_
_
#define DLIB_LAPACk_SVD_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -319,5 +319,5 @@ namespace dlib
...
@@ -319,5 +319,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_SVD_H
_
_
#endif // DLIB_LAPACk_SVD_H
h
_
dlib/matrix/lapack/getrf.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GETRF_H
_
_
#ifndef DLIB_LAPACk_GETRF_H
h
_
#define DLIB_LAPACk_GETRF_H
_
_
#define DLIB_LAPACk_GETRF_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -128,5 +128,5 @@ namespace dlib
...
@@ -128,5 +128,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GETRF_H
_
_
#endif // DLIB_LAPACk_GETRF_H
h
_
dlib/matrix/lapack/ormqr.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_ORMQR_H
_
_
#ifndef DLIB_LAPACk_ORMQR_H
h
_
#define DLIB_LAPACk_ORMQR_H
_
_
#define DLIB_LAPACk_ORMQR_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -220,5 +220,5 @@ namespace dlib
...
@@ -220,5 +220,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_ORMQR_H
_
_
#endif // DLIB_LAPACk_ORMQR_H
h
_
dlib/matrix/lapack/potrf.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_POTRF_H
_
_
#ifndef DLIB_LAPACk_POTRF_H
h
_
#define DLIB_LAPACk_POTRF_H
_
_
#define DLIB_LAPACk_POTRF_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -169,6 +169,6 @@ namespace dlib
...
@@ -169,6 +169,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_POTRF_H
_
_
#endif // DLIB_LAPACk_POTRF_H
h
_
dlib/matrix/lapack/syev.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_EV_H
_
_
#ifndef DLIB_LAPACk_EV_H
h
_
#define DLIB_LAPACk_EV_H
_
_
#define DLIB_LAPACk_EV_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -211,7 +211,7 @@ namespace dlib
...
@@ -211,7 +211,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_EV_H
_
_
#endif // DLIB_LAPACk_EV_H
h
_
...
...
dlib/matrix/lapack/syevr.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_EVR_H
_
_
#ifndef DLIB_LAPACk_EVR_H
h
_
#define DLIB_LAPACk_EVR_H
_
_
#define DLIB_LAPACk_EVR_H
h
_
#include "fortran_id.h"
#include "fortran_id.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -439,7 +439,7 @@ namespace dlib
...
@@ -439,7 +439,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_EVR_H
_
_
#endif // DLIB_LAPACk_EVR_H
h
_
dlib/matrix/matrix_conv.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_CONV_H
_
_
#ifndef DLIB_MATRIx_CONV_H
h
_
#define DLIB_MATRIx_CONV_H
_
_
#define DLIB_MATRIx_CONV_H
h
_
#include "matrix_conv_abstract.h"
#include "matrix_conv_abstract.h"
#include "matrix.h"
#include "matrix.h"
...
@@ -304,5 +304,5 @@ namespace dlib
...
@@ -304,5 +304,5 @@ namespace dlib
}
}
#endif // DLIB_MATRIx_CONV_H
_
_
#endif // DLIB_MATRIx_CONV_H
h
_
dlib/matrix/matrix_conv_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MATRIx_CONV_ABSTRACT_H
_
_
#undef DLIB_MATRIx_CONV_ABSTRACT_H
h
_
#ifdef DLIB_MATRIx_CONV_ABSTRACT_H
_
_
#ifdef DLIB_MATRIx_CONV_ABSTRACT_H
h
_
#include "matrix_abstract.h"
#include "matrix_abstract.h"
...
@@ -136,6 +136,6 @@ namespace dlib
...
@@ -136,6 +136,6 @@ namespace dlib
}
}
#endif // DLIB_MATRIx_CONV_ABSTRACT_H
_
_
#endif // DLIB_MATRIx_CONV_ABSTRACT_H
h
_
dlib/matrix/matrix_fft.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FFt_H
_
_
#ifndef DLIB_FFt_H
h
_
#define DLIB_FFt_H
_
_
#define DLIB_FFt_H
h
_
#include "matrix_fft_abstract.h"
#include "matrix_fft_abstract.h"
#include "matrix_utilities.h"
#include "matrix_utilities.h"
...
@@ -274,5 +274,5 @@ namespace dlib
...
@@ -274,5 +274,5 @@ namespace dlib
}
}
#endif // DLIB_FFt_H
_
_
#endif // DLIB_FFt_H
h
_
dlib/matrix/matrix_fft_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FFt_ABSTRACT_H
_
_
#undef DLIB_FFt_ABSTRACT_H
h
_
#ifdef DLIB_FFt_ABSTRACT_H
_
_
#ifdef DLIB_FFt_ABSTRACT_H
h
_
#include "matrix_abstract.h"
#include "matrix_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -73,5 +73,5 @@ namespace dlib
...
@@ -73,5 +73,5 @@ namespace dlib
}
}
#endif // DLIB_FFt_ABSTRACT_H
_
_
#endif // DLIB_FFt_ABSTRACT_H
h
_
dlib/matrix/matrix_generic_image.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIX_GENERIC_iMAGE_H
_
_
#ifndef DLIB_MATRIX_GENERIC_iMAGE_H
h
_
#define DLIB_MATRIX_GENERIC_iMAGE_H
_
_
#define DLIB_MATRIX_GENERIC_iMAGE_H
h
_
#include "matrix.h"
#include "matrix.h"
#include "../image_processing/generic_image.h"
#include "../image_processing/generic_image.h"
...
@@ -94,6 +94,6 @@ namespace dlib
...
@@ -94,6 +94,6 @@ namespace dlib
}
}
#endif // DLIB_MATRIX_GENERIC_iMAGE_H
_
_
#endif // DLIB_MATRIX_GENERIC_iMAGE_H
h
_
dlib/matrix/matrix_mat.h
View file @
ca498ac2
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_MAT_H
_
_
#ifndef DLIB_MATRIx_MAT_H
h
_
#define DLIB_MATRIx_MAT_H
_
_
#define DLIB_MATRIx_MAT_H
h
_
#include "matrix_mat_abstract.h"
#include "matrix_mat_abstract.h"
#include "../stl_checked.h"
#include "../stl_checked.h"
...
@@ -612,6 +612,6 @@ namespace dlib
...
@@ -612,6 +612,6 @@ namespace dlib
}
}
#endif // DLIB_MATRIx_MAT_H
_
_
#endif // DLIB_MATRIx_MAT_H
h
_
Prev
1
…
3
4
5
6
7
8
9
10
11
…
16
Next
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