kmath
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DPoint
DPoint
common
interface
DPoint
<
out
T
,
D
:
Dimension
>
:
Buffer
<
T
>
Content copied to clipboard
Dimension-safe point
Types
Functions
Properties
Sources
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
to
String
Link copied to clipboard
common
abstract
override
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
Sources
common source
Link copied to clipboard