Click or drag to resize

DoubleComplexMatrixSubtract(DoubleComplex, DoubleComplexMatrix, DoubleComplexMatrix) Method

Subtracts a matrix from a scalar.

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

Parameters

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