Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
MatrixSpace
/
minus
minus
operator
fun
Matrix
<
C
>
.
minus
(
other
:
Matrix
<
C
>
)
:
Matrix
<
C
>
operator
fun
ColumnVector
<
C
>
.
minus
(
other
:
ColumnVector
<
C
>
)
:
ColumnVector
<
C
>
operator
fun
RowVector
<
C
>
.
minus
(
other
:
RowVector
<
C
>
)
:
RowVector
<
C
>
operator
fun
SquareMatrix
<
C
>
.
minus
(
other
:
SquareMatrix
<
C
>
)
:
SquareMatrix
<
C
>