Class SingularValuesAnalysis
Inheritance
System.Object
SingularValuesAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SingularValuesAnalysis : APIBase, IEquatable<APIBase>
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