You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added an example discovered in wikipedia that we can use to get a deeper understanding.
* Added a test to see how QR Decomposition works and then began migrating logic to the new method object.
* Clarified the classification of a method.
* Copied the logic to a more sensible place.
* Replaced logic with a method that does the same thing.
* Made the code more intention-revealing.
* Extracted a computation to an intention revealing variable.
* Broke up the computation of the indices. The computation i appears to be a matrix of minor.
* Extracted a computation to a more sensible place in an intention-revealing method.
* Added a test that computes the minor of a square matrix.
* Added another assertion to make logic of method clear.
* Added another assertion to raise confidence.
* Another another interesting test where we compute the minor of a non-square matrix.
* Improved code formatting, replaced duplicate code with a message send.
* Inlined some local variables, made the decomposeWithPivot method look more similar to decompose.
* Used a more sensible name, derived from the wikipedia entry.
* Improved the name of the temporary variable.
* Added a test that gets to the route of the problem.
* Promoted the Q and R to state variables as they are duplicated in the decomposition methods.
* Extracted a pivot temporary variable.
* Inproved the names of some temporary variables.
* Improved the name of the temporary variables.
* Corrected the name of the temporary variable.
* Use an already existing intention-revealing message.
* Moved code to a more sensible place.
* Inproved the names of some variables.
* Improved the name of a variable.
* Improved the name of a temporary variable.
* Extracted logic to a more sensible place, enhancing encapsulation.
* Made similar code even more similar.
* Made similar code even more similar.
* Made similar code even more similar.
* Made the name of the local variable the same.
0 commit comments