kmath-functions
/
space.kscience.kmath.interpolation
/
BufferXYPointSet
common
Buffer
X
Y
Point
Set
class
BufferXYPointSet
<
X
,
Y
>(x:
Buffer
<
X
>, y:
Buffer
<
Y
>) :
XYPointSet
<
X
,
Y
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
size
Link copied to clipboard
common
open override val
size
:
Int
Content copied to clipboard
x
Link copied to clipboard
common
open override val
x
:
Buffer
<
X
>
Content copied to clipboard
y
Link copied to clipboard
common
open override val
y
:
Buffer
<
Y
>
Content copied to clipboard