public abstract class ROTM
extends Object
implements BLAS1
Given two vectors x and y, each vector element of these vectors is replaced as follows: for i=1 to n, where
H is a modified Givens transformation matrix whose values are stored in the param[1] through param[4]
array. See discussion on the param argument.
Author:
apete
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.array.blas.BLAS1