diff --git a/include/armadillo_bits/fn_svds.hpp b/include/armadillo_bits/fn_svds.hpp index 4153a2c4..226b78c8 100644 --- a/include/armadillo_bits/fn_svds.hpp +++ b/include/armadillo_bits/fn_svds.hpp @@ -25,13 +25,13 @@ inline bool svds_helper ( - Mat& U, - Col& S, - Mat& V, - const SpBase& X, - const uword k, - const typename T1::pod_type tol, - const bool calc_UV, + Mat& U, + Col& S, + Mat& V, + const SpBase& X, + const uword k, + const typename T1::pod_type tol, + const bool calc_UV, const typename arma_blas_real_only::result* junk = nullptr ) { @@ -270,12 +270,12 @@ inline bool svds ( - Mat& U, - Col& S, - Mat& V, - const SpBase& X, - const uword k, - const typename T1::pod_type tol = 0.0, + Mat& U, + Col& S, + Mat& V, + const SpBase& X, + const uword k, + const typename T1::pod_type tol = 0.0, const typename arma_blas_real_or_cx_only::result* junk = nullptr ) { @@ -297,10 +297,10 @@ inline bool svds ( - Col& S, - const SpBase& X, - const uword k, - const typename T1::pod_type tol = 0.0, + Col& S, + const SpBase& X, + const uword k, + const typename T1::pod_type tol = 0.0, const typename arma_blas_real_or_cx_only::result* junk = nullptr ) { @@ -326,9 +326,9 @@ inline Col svds ( - const SpBase& X, - const uword k, - const typename T1::pod_type tol = 0.0, + const SpBase& X, + const uword k, + const typename T1::pod_type tol = 0.0, const typename arma_blas_real_or_cx_only::result* junk = nullptr ) { diff --git a/include/armadillo_bits/op_norm2est_meat.hpp b/include/armadillo_bits/op_norm2est_meat.hpp index 8b7275aa..3199f6ea 100644 --- a/include/armadillo_bits/op_norm2est_meat.hpp +++ b/include/armadillo_bits/op_norm2est_meat.hpp @@ -127,7 +127,7 @@ op_norm2est::norm2est Col x(A.n_rows, fill::none); Col y(A.n_cols, fill::none); - if (is_fp16::yes) + if(is_fp16::yes) { // randu_filler can only fill floats, so do that and then convert Col tmp(y.n_elem);