We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
svd returns the transpose of v not v itself.
Fix of the boolean operators layout using escaped pipes and add of the xor function of Matlab.
Created Linear Algebra Cheat Sheet (markdown)
Destroyed Linear Algebra Cheat Sheet (markdown)
The notation used in the decscription of the indicator function suggested that the argument would be a tensor rather than a tensorized condition.
Updated Linear Algebra Cheat Sheet (markdown)
Update the deprecated operators with the current ones
Update R slicing operations (negative steps, tail) with more canonical expressions
Added mention to tile function, see Issue #606
Add R command for 'Create view of matrix diagonal'
Fix wrong indexing especially in NumPy.
Add of R equivalent commands in the Linear Algebra Cheat Sheet
Incorrect entry for Imaginary Component, was conjugate.
linspace is not part of DenseVector, part of linalg http://www.scalanlp.org/api/breeze/index.html#breeze.linalg.package
ones(n) in Matlab returns a n by n matrix
It is not clear that Breeze does not have a norm function defined on DenseMatrix. Also norm type should be specified.
an option for generate vectors from ranges