 | FloatComplexSchurDecompZ Property |
Gets the matrix Z, where A = Z * T * Zh
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix Z { get; }
Public ReadOnly Property Z As FloatComplexMatrix
Get
public:
property FloatComplexMatrix^ Z {
FloatComplexMatrix^ get ();
}
member Z : FloatComplexMatrix with get
Property Value
FloatComplexMatrix
See Also