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