doc for realBuffer

This commit is contained in:
Alexander Nozik 2020-05-13 21:54:36 +03:00
parent e5ffb22126
commit c15f77acef

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)