Skip to content

raoqiyu/AlgoLibR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

1 build and install cpp shared lib

cd cpp
mkdir build & cd build
cmake ..
make -j
make install

2 build and install python lib

cd python
python setup.py build_ext
python setup.py install 

Usage

Example.ipynb