multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
ComplexDouble
/
times
times
common
operator
fun
times
(
other
:
Byte
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
Short
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
Int
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
Long
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
Float
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
Double
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
ComplexFloat
)
:
ComplexDouble
Content copied to clipboard
operator
fun
times
(
other
:
ComplexDouble
)
:
ComplexDouble
Content copied to clipboard
Multiplies this value by the other value.