HomeSort by relevance Sort by last modified time
    Searched refs:w_new (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 52 VectorType w_new(precond.solve(v_new)); // initialize w_new
54 RealScalar beta_new2(v_new.dot(w_new));
59 w_new /= beta_new;
87 // w = w_new; // update
88 const VectorType w(w_new); // NOT SURE IF CREATING w EVERY ITERATION IS EFFICIENT
92 w_new = precond.solve(v_new); // overwrite w_new
93 beta_new2 = v_new.dot(w_new); // compute beta_new
97 w_new /= beta_new; // overwrite w_new for next iteratio
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 8345 int w_new = Ev[n].xconfigure.width; local
9317 int x_new, y_new, w_new, h_new; local
9725 int x_new, y_new, w_new, h_new; local
    [all...]

Completed in 51 milliseconds