nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Core / Subtraction

Subtraction

Full name Microsoft.VisualBasic.Math.LinearAlgebra.Matrix.Subtraction Assembly Microsoft.VisualBasic.Math.Core Members 1

01 Syntax

Microsoft.VisualBasic.Math.LinearAlgebra.Matrix.Subtraction

02 Methods

NameOverloadsSummary
RowSubtraction 1 the dimension of the vector should be equals to the row dimension of the input matrix.

03 Members

method RowSubtraction #
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
NameTypeDescription
vVector

-

mGeneralMatrix

-