Compute infinite norm of the columns of the KKT matrix without forming it
The norm is stored in the vector v = (D, E)
@param P Cost matrix
@param A Constraints matrix
@param D Norm of columns related to variables
@param D_temp_A Temporary vector for norm of columns of A
@param E Norm of columns related to constraints
@param n Dimension of KKT matrix
Compute infinite norm of the columns of the KKT matrix without forming it
The norm is stored in the vector v = (D, E)
@param P Cost matrix @param A Constraints matrix @param D Norm of columns related to variables @param D_temp_A Temporary vector for norm of columns of A @param E Norm of columns related to constraints @param n Dimension of KKT matrix