C++ linear algebra proposal

Apologies for such late reply to this thread. On the fortran side of things, I came across this paper in the J3-fortran website numbered 22-184. Which mentions features as such:

  1. Rank Agnostic Feature
  • Enable additional usage of assumed rank arguments

  • Deferred rank entities

  • Rank agnostic nested loops

  • Mathematics of Arrays

  1. Further support for containers
  • Provide looping mechanism for containers

  • Provide analog of ELEMENTAL

From a cursory reading all of them seems useful to me so, I hope they goes through for f202y.

3 Likes