Class SingularValuesAnalysis
Inheritance
System.Object
SingularValuesAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SingularValuesAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ConditionNumber
Declaration
public double ConditionNumber { get; }
Property Value
| Type |
Description |
| System.Double |
|
LargestSingularVectors
Declaration
public ReadOnlyCollection<SingularVectorAnalysis> LargestSingularVectors { get; }
Property Value
SmallestSingularVectors
Declaration
public ReadOnlyCollection<SingularVectorAnalysis> SmallestSingularVectors { get; }
Property Value
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>
Extension Methods