kmath
common
kmath-core
/
space.kscience.kmath.linear
/
DoubleLinearSpace
/
minus
minus
common
open
operator override
fun
Matrix
<
Double
>
.
minus
(
other
:
Matrix
<
Double
>
)
:
Matrix
<
Double
>
Content copied to clipboard
Matrix subtraction
open
operator override
fun
Point
<
Double
>
.
minus
(
other
:
Point
<
Double
>
)
:
DoubleBuffer
Content copied to clipboard
Vector subtraction