Dev #127

Merged
altavir merged 214 commits from dev into master 2020-08-11 08:33:21 +03:00
Showing only changes of commit c15f77acef - Show all commits

View File

@ -3,6 +3,6 @@ package scientifik.kmath.real
import scientifik.kmath.structures.DoubleBuffer
/**
* C
* Simplified [DoubleBuffer] to array comparison
*/
fun DoubleBuffer.contentEquals(vararg doubles: Double) = array.contentEquals(doubles)