Click or drag to resize

EigenShapesScalingType Enumeration

Types of scaling for the displacement vectors of eigen-modes

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum EigenShapesScalingType
Members
  Member nameValueDescription
component0 scale displacement vectors such that the largest displacement (infinity norm) is 1
length1 scale displacement vectors such that their length (2-norm) 1
matrix2 scale displacements v such that vT x M x v is 1.
See Also