Ролан
05/07/2021, 8:15 AMaltavir
05/09/2021, 8:04 AMIaroslav Postovalov
05/09/2021, 10:57 AMZhelenskiy
05/10/2021, 3:38 PMif (other is BigInt) compareTo(other) == 0 else error("Can't compare KBigInteger to a different type")
Zhelenskiy
05/10/2021, 4:43 PMpublic operator fun times(other: Int): BigInt = if (other > 0)
this * kotlin.math.abs(other).toUInt()
else
-this * kotlin.math.abs(other).toUInt()
Zhelenskiy
05/11/2021, 9:45 PMZhelenskiy
05/12/2021, 8:51 AMРолан
05/14/2021, 1:35 PMZhelenskiy
05/15/2021, 11:17 PMaltavir
05/22/2021, 3:51 PMSpationaute
05/27/2021, 6:34 PMSpationaute
05/27/2021, 6:35 PMaltavir
05/28/2021, 7:49 AMGeorge Pandian
06/26/2021, 7:02 PMHampus Londögård
07/17/2021, 2:53 PMmultik
support sparse arrays?breandan
07/24/2021, 11:04 PMHampus Londögård
07/26/2021, 1:41 PMLinearSpace
like EjmlLinearSpaceFSCC
.
More exactly the extension-functions like Matrix<Float>.toEjml()
I've tried to use the with (EjmlLinearSpaceFSCC) { code... }
syntax but it doesn't work. Not sure how else I'd get those to work?altavir
08/16/2021, 7:37 PMKMath
finalized optimization and interpolation API as well as unique optimization technique called quasi-optimal weights method (https://arxiv.org/abs/physics/0604127). https://github.com/mipt-npm/kmath/pull/404. This feature finalizes the feature set for 0.3.0.Andrew
09/16/2021, 12:35 AMPavel Gorgulov
10/11/2021, 6:46 PMaltavir
10/12/2021, 5:17 PMaltavir
10/17/2021, 2:35 PMaltavir
10/17/2021, 6:08 PMESchouten
10/22/2021, 4:43 PMaltavir
10/22/2021, 5:52 PMJohn O'Reilly
10/22/2021, 6:29 PMzain
10/26/2021, 10:11 AMzain
10/28/2021, 10:14 AMtoFixed(2)
in JSaltavir
11/09/2021, 10:54 AMaltavir
11/10/2021, 5:56 PMaltavir
11/10/2021, 5:56 PMzaleslaw
11/10/2021, 6:31 PMaltavir
11/10/2021, 8:10 PMzaleslaw
11/12/2021, 12:10 PMaltavir
11/12/2021, 12:28 PM