Class SingularVectorAnalysis
Inheritance
System.Object
SingularVectorAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SingularVectorAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
LargestSingularVectorComponents
Declaration
public ReadOnlyCollection<SingularDegreeOfFreedomAnalysis> LargestSingularVectorComponents { get; }
Property Value
SingularValue
Declaration
public double SingularValue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods