Class SingularVectorAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SingularVectorAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.SystemSolvers
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SingularVectorAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
LargestSingularVectorComponents
Declaration
public ReadOnlyCollection<SingularDegreeOfFreedomAnalysis> LargestSingularVectorComponents { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SingularDegreeOfFreedomAnalysis> |
SingularValue
Declaration
public double SingularValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>