Commit 3c8db585 authored by Davis King's avatar Davis King

updated docs

parent 1b3fbc2c
...@@ -91,9 +91,9 @@ row_vect.set_size(5); ...@@ -91,9 +91,9 @@ row_vect.set_size(5);
<!-- ****************************************** --> <!-- ****************************************** -->
<question text="How does dlib interface with other libraries/tools?"> <question text="How does dlib interface with other libraries/tools?">
There shouldn't ever be anything in dlib that prevents you from using or There should never be anything in dlib that prevents you from using or
interacting with other libraries. However, there are some additional tools interacting with other libraries. Moreover, there are some additional tools
in dlib to make some interactions easier. in dlib to make some interactions easier:
<ul> <ul>
<li><b>BLAS and LAPACK libraries</b> are used by the <a href="linear_algebra.html#matrix">matrix</a> <li><b>BLAS and LAPACK libraries</b> are used by the <a href="linear_algebra.html#matrix">matrix</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment