Click or drag to resize

DoubleUpperTriMatrix(DoubleSymmetricMatrix) Constructor

Constructs a square DoubleUpperTriMatrix instance by extracting the upper triangular part of a symmetric matrix.

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

Parameters

A  DoubleSymmetricMatrix
A symmetric matrix.
See Also