kmath
0.3.1-dev-RC
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DPoint
DPoint
interface
DPoint
<
out
T
,
D
:
Dimension
>
:
Buffer
<
T
>
(
source
)
Dimension-safe point
Inheritors
DPointWrapper
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
T
iterator
Link copied to clipboard
open
operator
fun
iterator
(
)
:
Iterator
<
T
>
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Properties
size
Link copied to clipboard
abstract
override
val
size
:
Int