EigenShapesScalingType Enumeration

Types of scaling for the displacement vectors of eigen-modes.

Definition

Namespace: Karamba.Algorithms
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public enum EigenShapesScalingType

Members

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