Click or drag to resize

FloatComplexMatrixAdd(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix) Method

Adds two matrices.

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

Parameters

A  FloatComplexMatrix
A matrix.
B  FloatComplexMatrix
A matrix.
C  FloatComplexMatrix
A matrix whose contents are overwritten with the sum of A and B.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the matrices do not all have the same dimensions.
See Also