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
get
Link copied to clipboard
common
abstract operator fun
get
(index:
Int
):
T
Content copied to clipboard
iterator
Link copied to clipboard
common
abstract operator fun
iterator
():
Iterator
<
T
>
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