【问题标题】:GCC Native matrix operations libraries [closed]GCC本机矩阵运算库[关闭]
【发布时间】:2020-02-25 13:15:18
【问题描述】:

我想知道标准 gcc/glibc/g++ 附带的任何原生矩阵运算库。安装。我看到有很多third party libraries boost、armadillo等提供了实现。

但我想知道较新的 gcc 9.2 版本是否有任何提供矩阵运算而不是使用第三方库的本机库。

谢谢

【问题讨论】:

标签: c++ g++ gcc9


【解决方案1】:

自 C++20 起,C++ 标准库中不支持矩阵或线性代数。

有一个proposal to add linear algebra support to the C++ standard library, P1385R5,针对 C++23。还有视频C++Now 2019: Bob Steagall “Linear Algebra for the Standard C++ Library”

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-04
    • 1970-01-01
    • 1970-01-01
    • 2010-10-24
    • 2012-11-15
    • 1970-01-01
    相关资源
    最近更新 更多