Hi,
The CM regression module uses LU & QR decomposition and basic matrix operations
like multiply, add/subtract, transpose, inverse, as well as functionalities
like getting a submatrix, getting dimensions etc…. All of which EJML provides
as far as I’ve looked. But I also expect there to be perha
Hi.
Le ven. 21 juin 2019 à 14:38, Ben Nguyen a écrit :
>
> Hello,
>
> Mr. Gilles Sadowski suggested to me on Slack that StatisticsMatrix and future
> extensions of EJML’s code should go into it’s own component.
Not exactly; I suggested that
1. there be an interface defined in [Statistics] for m
Commons Crypto Committer Team,
Please have a look at my PR when you get a chance. Fixes the Windows build
and includes support for OpenSSL 1.1. When vetted and finalized, this
should go a long way to getting a new release out with support for OpenSSL
1.0.x and 1.1.x on Windows, Linux and OSX.
h
I've created a pull request:
https://github.com/apache/commons-numbers/pull/55
This pull request exterminates most the code duplication between the two
classes. There is still some duplication left, most notably in the
method testDigitLimitConstructor(), but I've found out that the
Fraction(doubl
Hello,
Mr. Gilles Sadowski suggested to me on Slack that StatisticsMatrix and future
extensions of EJML’s code should go into it’s own component. So based on my
understanding; should there be a general matrix module to use inside of commons
statistics which uses the EJML? Does anyone think anot