Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.linearAlgebra
/
dev.lounres.kone.linearAlgebra
/
VectorKategory
Vector
Kategory
interface
VectorKategory
<
N
>
(
source
)
Members
Types
Key
Link copied to clipboard
class
Key
<
Number
>
(
elementType
:
SuppliedType
<
Number
>
)
:
RegistryKey
<
VectorKategory
<
Number
>
>
Properties
column
Vector
Equality
Link copied to clipboard
abstract
val
columnVectorEquality
:
Equality
<
ColumnVector
<
N
>
>
matrix
Equality
Link copied to clipboard
abstract
val
matrixEquality
:
Equality
<
Matrix
<
N
>
>
row
Vector
Equality
Link copied to clipboard
abstract
val
rowVectorEquality
:
Equality
<
RowVector
<
N
>
>
Functions
minus
Link copied to clipboard
abstract
operator
fun
ColumnVector
<
N
>
.
minus
(
other
:
ColumnVector
<
N
>
)
:
ColumnVector
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
minus
(
other
:
Matrix
<
N
>
)
:
Matrix
<
N
>
abstract
operator
fun
RowVector
<
N
>
.
minus
(
other
:
RowVector
<
N
>
)
:
RowVector
<
N
>
plus
Link copied to clipboard
abstract
operator
fun
ColumnVector
<
N
>
.
plus
(
other
:
ColumnVector
<
N
>
)
:
ColumnVector
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
plus
(
other
:
Matrix
<
N
>
)
:
Matrix
<
N
>
abstract
operator
fun
RowVector
<
N
>
.
plus
(
other
:
RowVector
<
N
>
)
:
RowVector
<
N
>
times
Link copied to clipboard
abstract
operator
fun
N
.
times
(
other
:
ColumnVector
<
N
>
)
:
ColumnVector
<
N
>
abstract
operator
fun
N
.
times
(
other
:
Matrix
<
N
>
)
:
Matrix
<
N
>
abstract
operator
fun
N
.
times
(
other
:
RowVector
<
N
>
)
:
RowVector
<
N
>
abstract
operator
fun
ColumnVector
<
N
>
.
times
(
other
:
N
)
:
ColumnVector
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
times
(
other
:
N
)
:
Matrix
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
times
(
other
:
ColumnVector
<
N
>
)
:
ColumnVector
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
times
(
other
:
Matrix
<
N
>
)
:
Matrix
<
N
>
abstract
operator
fun
RowVector
<
N
>
.
times
(
other
:
N
)
:
RowVector
<
N
>
abstract
operator
fun
RowVector
<
N
>
.
times
(
other
:
ColumnVector
<
N
>
)
:
N
abstract
operator
fun
RowVector
<
N
>
.
times
(
other
:
Matrix
<
N
>
)
:
RowVector
<
N
>
unary
Minus
Link copied to clipboard
abstract
operator
fun
ColumnVector
<
N
>
.
unaryMinus
(
)
:
ColumnVector
<
N
>
abstract
operator
fun
Matrix
<
N
>
.
unaryMinus
(
)
:
Matrix
<
N
>
abstract
operator
fun
RowVector
<
N
>
.
unaryMinus
(
)
:
RowVector
<
N
>