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