C - What is the most efficient way to allocate big matrices for computations (based on time efficiency when computing)?

前端 未结 0 1962
野性不改
野性不改 2020-12-16 12:31

I intend to do several matrix computations (matrix * vector, system of linear equations and matrix * matrix). Firstly I prepared code using basic on-stack alocation (which r

相关标签:
回答
  • 消灭零回复
提交回复
热议问题