编写Python的C++扩展类型
本章节代码的详细解释见 使用c/c++编写python扩展(三):自定义Python内置类型
代码运行方法
conda install eigin
export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
python setup.py build_ext --inplace
测试代码
python test_matrix.py
本章节代码的详细解释见 使用c/c++编写python扩展(三):自定义Python内置类型
conda install eigin
export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
python setup.py build_ext --inplace
测试代码
python test_matrix.py