Click or drag to resize

NMathFunctionsProductPlusConst Method

Returns the product of the two matrices plus the constant.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix ProductPlusConst(
	DoubleMatrix A,
	DoubleMatrix B,
	double c
)

Parameters

A  DoubleMatrix
A matrix.
B  DoubleMatrix
A matrix.
c  Double
A constant.

Return Value

DoubleMatrix
The product of the matrices plus a constant.
See Also