Click or drag to resize

DoubleUpperTriMatrixUnaryPlus Operator

Unary + operator. Just returns the input matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleUpperTriMatrix operator +(
	DoubleUpperTriMatrix A
)

Parameters

A  DoubleUpperTriMatrix
an upper triangular matrix.

Return Value

DoubleUpperTriMatrix
The input matrix.
See Also