mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
1b3fbc2c3e
commit
3c8db58597
|
@ -91,9 +91,9 @@ row_vect.set_size(5);
|
|||
<!-- ****************************************** -->
|
||||
|
||||
<question text="How does dlib interface with other libraries/tools?">
|
||||
There shouldn't ever be anything in dlib that prevents you from using or
|
||||
interacting with other libraries. However, there are some additional tools
|
||||
in dlib to make some interactions easier.
|
||||
There should never be anything in dlib that prevents you from using or
|
||||
interacting with other libraries. Moreover, there are some additional tools
|
||||
in dlib to make some interactions easier:
|
||||
|
||||
<ul>
|
||||
<li><b>BLAS and LAPACK libraries</b> are used by the <a href="linear_algebra.html#matrix">matrix</a>
|
||||
|
|
Loading…
Reference in New Issue