Hi All!
I need to create zero matrix. I guess that I should allocate array of pointers on double/float/int and then allocate arrays for each pointer? And than I should fill all arrays by zero element. Is it correct?
Thanks!
I need to create zero matrix. I guess that I should allocate array of pointers on double/float/int and then allocate arrays for each pointer? And than I should fill all arrays by zero element. Is it correct?
Thanks!
Comment