Class Givens

java.lang.Object
org.flag4j.linalg.transformations.Givens

public final class Givens extends Object
This class contains methods for computing real or complex Givens' rotation matrices. A Givens' rotator is a square matrix G(i, k, theta) which, when left multiplied to a vector, represents a counterclockwise rotation of theta radians of the vector in the (i, j) plane. Givens rotators are a unitary transformation.