kmath-functions
/
space.kscience.kmath.interpolation
/
XYPointSet
common
X
Y
Point
Set
interface
XYPointSet
<
X
,
Y
>
Content copied to clipboard
Functions
Properties
Inheritors
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
abstract val
size
:
Int
Content copied to clipboard
x
Link copied to clipboard
common
abstract val
x
:
Buffer
<
X
>
Content copied to clipboard
y
Link copied to clipboard
common
abstract val
y
:
Buffer
<
Y
>
Content copied to clipboard
Inheritors
XYZPointSet
Link copied to clipboard
BufferXYPointSet
Link copied to clipboard