In deformation analysis, the quadratic forms of the three-dimensional stretches
are represented by the ellipsoid class.
It can be used to represents either ellipsoid objects or finite strain ellipsoids.
Value
is.ellipsoid returns TRUE if x is an "ellipsoid" object, and FALSE otherwise.
as.ellipsoid coerces a 3x3 matrix into an "ellipsoid" object.
Examples
test <- as.ellipsoid(diag(3))
is.ellipsoid(test)
#> [1] TRUE