multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.data
/
RInt
RInt
common
@
JvmInline
value
class
RInt
(
data
:
Int
)
:
Indexing
Content copied to clipboard
Helper class for indexing. Since the standard rangeTo overrides the rangeTo for slices.
Constructors
Functions
Constructors
RInt
Link copied to clipboard
common
fun
RInt
(
data
:
Int
)
Content copied to clipboard
Functions
div
Link copied to clipboard
common
operator
fun
div
(
r
:
RInt
)
:
RInt
Content copied to clipboard
minus
Link copied to clipboard
common
operator
fun
minus
(
r
:
RInt
)
:
RInt
Content copied to clipboard
plus
Link copied to clipboard
common
operator
fun
plus
(
r
:
RInt
)
:
RInt
Content copied to clipboard
range
To
Link copied to clipboard
common
operator
fun
rangeTo
(
that
:
Int
)
:
Slice
Content copied to clipboard
operator
fun
rangeTo
(
that
:
RInt
)
:
Slice
Content copied to clipboard
times
Link copied to clipboard
common
operator
fun
times
(
r
:
RInt
)
:
RInt
Content copied to clipboard