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