Click or drag to resize

DoubleComplexMatrixDivide(DoubleComplex, DoubleComplexMatrix) Method

Divide a scalar by a matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplexMatrix Divide(
	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