1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#![doc="Algorithms

Algorithms in this library are customized for
scientific computing needs.  They are specifically
tuned for the underlying buffer architecture
of matrices.

Much of the code also contains unsafe parts
where we deal with raw pointers directly. 

Extensive unit tests are there to validate
the correctness of the implementation.
"]


pub mod sort;