没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > convert-xy |
convert-xy
|
0 | 0 | 64 |
贡献者 | 讨论 | 代码提交 |
概述
This library is a set of C++ headers for interchanging between Python and C++ containers with an emphasis on support for NumPy, TooN, and LIBCVD. It makes heavy use of template-based pattern matching to build conversion functions at compile time. For example, one can convert a list of NumPy matrices to an STL vector of TooN matrices with minimal copying with only a line of C++ code. Each header file in the library is optional; consequently, each dependency (TooN, CVD, NumPy) is also optional.
Note that this template library is covered under the GPL v2 with a special stdc++ exception, which permits the library's use in closed source code under certain conditions.
创建时间:2014-05-12 00:26