|
EigenShapesScalingType Enumeration
|
Types of scaling for the displacement vectors of eigen-modes.
Namespace:
Karamba.Algorithms
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic enum EigenShapesScalingType
Public Enumeration EigenShapesScalingType
public enum class EigenShapesScalingType
type EigenShapesScalingType
Members
| Member name | Value | Description |
---|
| component | 0 |
scale displacement vectors such that the largest displacement (infinity norm) is 1
|
| length | 1 |
scale displacement vectors such that their length (2-norm) 1
|
| matrix | 2 |
scale displacements v such that vT x M x v is 1.
|
See Also