kmath-dimensions
/
space.kscience.kmath.dimensions
/
DPoint
common
D
Point
interface
DPoint
<
T
,
D
:
Dimension
> :
Buffer
<
T
>
Content copied to clipboard
Dimension-safe point
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
contentEquals
Link copied to clipboard
common
open fun
contentEquals
(other:
Buffer
<*>):
Boolean
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
common
abstract operator fun
get
(index:
Int
):
T
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
iterator
Link copied to clipboard
common
abstract operator fun
iterator
():
Iterator
<
T
>
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
Inheritors
DPointWrapper
Link copied to clipboard