Click or drag to resize

FloatComplexMatrixSubtract(FloatComplex, FloatComplexMatrix, FloatComplexMatrix) Method

Subtracts a matrix from a scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static void Subtract(
	FloatComplex s,
	FloatComplexMatrix A,
	FloatComplexMatrix B
)

Parameters

s  FloatComplex
A scalar.
A  FloatComplexMatrix
A Matrix.
B  FloatComplexMatrix
A matrix whose contents are overwritten with the difference B[i,j] = s - A[i,j]
See Also