Subtraction
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.Matrix.Subtraction
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| RowSubtraction | 1 | the dimension of the vector should be equals to the row dimension of the input matrix. |
03 Members
RowSubtraction(Vector, GeneralMatrix)
the dimension of the vector should be equals to the row dimension of the input matrix.
v - each column in m
Parameters
| Name | Type | Description |
|---|---|---|
v | Vector | - |
m | GeneralMatrix | - |