mpp:仅标头的C ++ 20和更高版本的矩阵库

时间:2024-03-25 03:00:13
【文件属性】:

文件名称:mpp:仅标头的C ++ 20和更高版本的矩阵库

文件大小:411KB

文件格式:ZIP

更新时间:2024-03-25 03:00:13

cpp matrix header-only C++

MPP(矩阵++) C ++ 20及更高版本的矩阵库 如何使用? 包括项目: 您需要做的只是将其添加为子目录并链接目标(请参见下文): add_subdirectory ( "mpp" ) target_link_libraries (your_target mpp::mpp) 实际使用它! 概述 这是一个超级分解的示例,展示了mpp提供的API和功能: # include < mpp> # include < mpp> # include < mpp> int main () { /* * * Creating matrices * * Extents determine if a matrix is fixed or (partially) flexible */


【文件预览】:
mpp-main
----.gitmodules(76B)
----.github()
--------workflows()
----include()
--------mpp()
----LICENSE(11KB)
----azure-pipelines.yml(6KB)
----.clang-format(2KB)
----.gitignore(591B)
----CMakeLists.txt(2KB)
----README.md(6KB)
----vcpkg()
----.gitattributes(33B)
----external()
--------tools()
--------tests()
--------include()
--------website()
--------benchmarks()
--------thirdparty()

网友评论