Sunday, July 20, 2014

Week 8

This week has been about implementing missing portions of the API, and working on a issue on the said API.   

I added a submatrix function that returns a separate matrix with its own values.  This works on numbers of columns and rows matrices.  Furthermore, matrices can be multiplied with scalar multiplication. 


Optimizations, as far as inlines and versions of functions ignoring null check, are going to be added later, to avoid the risk of errors arising from premature optimization.


Null values are being stamped out as acceptable for use in matrix functions.

Documentation is far more thorough, printing parameters and and with verbose explanations.


Next week I’ll focus on making tests as thorough as possible, getting thorough tests written that verbosely and thoroughly check for errors.

No comments:

Post a Comment