  | NMFactUpdateAlgorithm Property | 
            Gets and sets the algorithm used by this factorization object.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic INMFUpdateAlgorithm UpdateAlgorithm { get; set; }Public Property UpdateAlgorithm As INMFUpdateAlgorithm
	Get
	Set
public:
property INMFUpdateAlgorithm^ UpdateAlgorithm {
	INMFUpdateAlgorithm^ get ();
	void set (INMFUpdateAlgorithm^ value);
}member UpdateAlgorithm : INMFUpdateAlgorithm with get, set
Property Value
INMFUpdateAlgorithm
See Also