Class SingularVectorAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.SystemSolvers
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SingularVectorAnalysis : APIBase, IEquatable<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>