doc for realBuffer
This commit is contained in:
parent
e5ffb22126
commit
c15f77acef
@ -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)
|
Loading…
Reference in New Issue
Block a user