|  | SVDRegressionCalculationXTXInvAvailable Property | 
            Gets a boolean indicating whether or not the matrix formed by taking
            the inverse of the product of the transpose of the regression matrix
            with itself is avaialble as part of the decomposition.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool XTXInvAvailable { get; }Public ReadOnly Property XTXInvAvailable As Boolean
	Get
public:
virtual property bool XTXInvAvailable {
	bool get () sealed;
}abstract XTXInvAvailable : bool with get
override XTXInvAvailable : bool with get
Property Value
BooleanImplements
IRegressionCalculationXTXInvAvailable Remarks
RemarksIf X is the regression matrix and '
            denotes matrix transposition, then this property is true if this
            calculation object can return the inverse of the matrix X'X.
            
 See Also
See Also