Click or drag to resize

DoubleComplexUpperTriMatrixDivide(DoubleComplex, DoubleComplexUpperTriMatrix) Method

Divide a scalar by an upper triangular matrix.

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

Parameters

s  DoubleComplex
A scalar.
A  DoubleComplexUpperTriMatrix
an upper triangular matrix.

Return Value

DoubleComplexUpperTriMatrix
an upper triangular matrix B where B[i,j] = s / A[i,j].
See Also