Class NewtonRaphsonAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.SystemSolvers
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NewtonRaphsonAnalysis : APIBase, IEquatable<APIBase>
Properties
SortedErrors
Declaration
public ReadOnlyCollection<NewtonRaphsonDegreeOfFreedomError> SortedErrors { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NewtonRaphsonDegreeOfFreedomError> |
Implements
System.IEquatable<T>