The LAPACKE documentation states that for C and C++ code, arrays should be passed as pointers, not double pointers as 2D arrays are usually created.
Is there a way to create a C++ dynamic 2D array from a single pointer?
The LAPACKE documentation states that for C and C++ code, arrays should be passed as pointers, not double pointers as 2D arrays are usually created.
Is there a way to create a C++ dynamic 2D array from a single pointer?