Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Apr 29, 2024
1 parent 74555fd commit cec1ef7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/01_center_variables.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include "00_main.h"

// Method of alternating projections (Halperin)
[[cpp11::register]] doubles_matrix<> center_variables_(
const doubles_matrix<> &V_r, const doubles &v_sum_r, const doubles &w_r,
const list &klist, const double tol, const int maxiter, bool sum_v) {
[[cpp11::register]] doubles_matrix<>
center_variables_(const doubles_matrix<> &V_r, const doubles &v_sum_r,
const doubles &w_r, const list &klist, const double tol,
const int maxiter, bool sum_v) {
// Types conversion
Mat<double> V = as_Mat(V_r);
Mat<double> w = as_Mat(w_r);
Expand Down

0 comments on commit cec1ef7

Please sign in to comment.