I've seen this question before but wasn't answered super clearly. Completely new to c++, and don't understand how to initialize an array of pointers. If I was an array named submatrix of length 100 and to store pointers an array of doubles how would I do this? I've seen what I have below but don't know if I need to call new, or how to name it.
submatrices = new *array[100]