High-performance C++ multi-dimensional arrays

前端 未结 8 1006
天涯浪人
天涯浪人 2021-02-04 09:29

I am looking for advice regarding high performance multi-dimensional array libraries/classes for C++. What I really need is:

  • the ability to dynamically allocate

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-04 09:41

    Maybe library such as BLAS, a CBLAS exists, but don't remember where.

    http://www.netlib.org/blas/

提交回复
热议问题