Kaiser-Yang/matrix-calculation-accelerator

Remove the capacity variable

Closed this issue · 0 comments

We find that using capacity in our Matrix class may cause memory wastes. So remove the capacity variable and re-allocate memory every copy and construction.