Click or drag to resize

DoubleComplexMatrixSubtract(DoubleComplex, DoubleComplexMatrix) Method

Subtracts a matrix from a scalar.

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

Parameters

s  DoubleComplex
A scalar.
A  DoubleComplexMatrix
A matrix.

Return Value

DoubleComplexMatrix
A matrix B where B[i,j] = s - A[i,j].
See Also