It can be easily achieved by keeping the list values into a file and then store the file content into the 2-D array with the following line of code.
double array[SIZE][SIZE] = { #include "float_values.txt" }
It can be easily achieved by keeping the list values into a file and then store the file content into the 2-D array with the following line of code.
double array[SIZE][SIZE] = { #include "float_values.txt" }