updated docs

This commit is contained in:
Davis King 2013-03-19 23:04:07 -04:00
parent 1b3fbc2c3e
commit 3c8db58597
1 changed files with 3 additions and 3 deletions

View File

@ -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>