jmalkin opened a new pull request #9: Remove reference to LGPL code that doesn't actually exist URL: https://github.com/apache/incubator-datasketches-vector/pull/9 MatrixOps once used code derived from MTJ (under LGPL), but long ago was changed to an abstract class to help make any matrix library compatible. This removes outdated comments and properly describes the current class. Since there is no MTJ code in the library (or even support for MTJ as an external library) any reference to it is no longer relevant. The closest remnants are method names like getU(), but representing SVD of matrix A as A = U \Sigma V^t is quite common. Such a naming scheme merely keeps method names aligned with a very common mathematical representation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
