I\'m asking this because my program have two functions to multiply matrices, they multiply only 4x4 and 4x1 matrices. The headers are:
double** mult4x1(doub
No they definitely are not equivalent the former represents a 2D array of doubles while as latter represents a pointer to pointer to double.