compute_inf_norm_cols_KKT

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

version(!EMBEDDED_1)
nothrow @nogc extern (C)
void
compute_inf_norm_cols_KKT
(
const csc* P
,
const csc* A
,,,,)

Meta