( - )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_Subtraction
|
( - )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>
|
CompiledName: op_Subtraction
|
( - )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_Subtraction
|
( * )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>
|
CompiledName: op_Multiply
|
( * )(a, b)
Signature: (a:RowVector<'T> * b:Vector<'T>) -> 'T
|
CompiledName: op_Multiply
|
( * )(a, b)
Signature: (a:RowVector<'T> * b:Matrix<'T>) -> RowVector<'T>
|
CompiledName: op_Multiply
|
( * )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_Multiply
|
( .* )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_DotMultiply
|
( ~- )(v)
Signature: v:RowVector<'T> -> RowVector<'T>
|
CompiledName: op_UnaryNegation
|
( ~+ )(v)
Signature: v:RowVector<'T> -> RowVector<'T>
|
CompiledName: op_UnaryPlus
|
( + )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_Addition
|
( + )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>
|
CompiledName: op_Addition
|
( + )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>
|
CompiledName: op_Addition
|