Click or drag to resize

FloatComplexMatrixSubtract(FloatComplexMatrix, FloatComplex, FloatComplexMatrix) Method

Subtracts a scalar from a matrix.

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

Parameters

A  FloatComplexMatrix
A matrix.
s  FloatComplex
A scalar.
B  FloatComplexMatrix
A matrix whose contents are overwritten with the difference
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if A and B do not have the same dimensions.
See Also