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
5b7b8bcd
Commit
5b7b8bcd
authored
Apr 05, 2017
by
goodloop
Committed by
Davis E. King
Apr 05, 2017
Browse files
fix unneeded reference for cblas_strsm and cblas_dtrsm when DLIB_USE_BLAS is not defined (#519)
parent
72645edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/matrix/matrix_trsm.h
dlib/matrix/matrix_trsm.h
+2
-0
No files found.
dlib/matrix/matrix_trsm.h
View file @
5b7b8bcd
...
@@ -9,6 +9,7 @@ namespace dlib
...
@@ -9,6 +9,7 @@ namespace dlib
{
{
namespace
blas_bindings
namespace
blas_bindings
{
{
#ifdef DLIB_USE_BLAS
#ifndef CBLAS_H
#ifndef CBLAS_H
extern
"C"
extern
"C"
{
{
...
@@ -25,6 +26,7 @@ namespace dlib
...
@@ -25,6 +26,7 @@ namespace dlib
double
*
B
,
const
int
ldb
);
double
*
B
,
const
int
ldb
);
}
}
#endif // if not CBLAS_H
#endif // if not CBLAS_H
#endif // if DLIB_USE_BLAS
// ------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------
...
...
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