sparsevb 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sparsevb-0.1.1/MANIFEST.in +5 -0
- sparsevb-0.1.1/PKG-INFO +101 -0
- sparsevb-0.1.1/README.md +73 -0
- sparsevb-0.1.1/include/README +4 -0
- sparsevb-0.1.1/include/RcppArmadillo/Alt_R_RNG.h +4 -0
- sparsevb-0.1.1/include/RcppArmadillo/Light +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/Lighter +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/Lightest +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/RcppArmadillo +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/config/RcppArmadilloConfig.h +149 -0
- sparsevb-0.1.1/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h +40 -0
- sparsevb-0.1.1/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h.in +40 -0
- sparsevb-0.1.1/include/RcppArmadillo/interface/RcppArmadilloAs.h +673 -0
- sparsevb-0.1.1/include/RcppArmadillo/interface/RcppArmadilloForward.h +159 -0
- sparsevb-0.1.1/include/RcppArmadillo/interface/RcppArmadilloSugar.h +61 -0
- sparsevb-0.1.1/include/RcppArmadillo/interface/RcppArmadilloWrap.h +301 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Col_meat.h +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Col_proto.h +33 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Mat_meat.h +141 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Mat_proto.h +33 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Row_meat.h +47 -0
- sparsevb-0.1.1/include/RcppArmadillo/internal/Row_proto.h +33 -0
- sparsevb-0.1.1/include/RcppArmadillo/rng/Alt_R_RNG.h +150 -0
- sparsevb-0.1.1/include/RcppArmadillo/version/arma.h +82 -0
- sparsevb-0.1.1/include/RcppArmadillo.h +42 -0
- sparsevb-0.1.1/include/RcppArmadilloExtensions/fixprob.h +53 -0
- sparsevb-0.1.1/include/RcppArmadilloExtensions/rmultinom.h +72 -0
- sparsevb-0.1.1/include/RcppArmadilloExtensions/sample.h +235 -0
- sparsevb-0.1.1/include/RcppEnsmallen.h +27 -0
- sparsevb-0.1.1/include/armadillo +62 -0
- sparsevb-0.1.1/include/current/armadillo +896 -0
- sparsevb-0.1.1/include/current/armadillo_bits/BaseCube_bones.hpp +86 -0
- sparsevb-0.1.1/include/current/armadillo_bits/BaseCube_meat.hpp +498 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Base_bones.hpp +167 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Base_meat.hpp +1031 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Col_bones.hpp +295 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Col_meat.hpp +1889 -0
- sparsevb-0.1.1/include/current/armadillo_bits/CubeToMatOp_bones.hpp +47 -0
- sparsevb-0.1.1/include/current/armadillo_bits/CubeToMatOp_meat.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Cube_bones.hpp +567 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Cube_meat.hpp +5973 -0
- sparsevb-0.1.1/include/current/armadillo_bits/GenCube_bones.hpp +56 -0
- sparsevb-0.1.1/include/current/armadillo_bits/GenCube_meat.hpp +188 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Gen_bones.hpp +62 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Gen_meat.hpp +232 -0
- sparsevb-0.1.1/include/current/armadillo_bits/GlueCube_bones.hpp +40 -0
- sparsevb-0.1.1/include/current/armadillo_bits/GlueCube_meat.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Glue_bones.hpp +67 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Glue_meat.hpp +69 -0
- sparsevb-0.1.1/include/current/armadillo_bits/MapMat_bones.hpp +247 -0
- sparsevb-0.1.1/include/current/armadillo_bits/MapMat_meat.hpp +1765 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Mat_bones.hpp +986 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Mat_meat.hpp +10897 -0
- sparsevb-0.1.1/include/current/armadillo_bits/OpCube_bones.hpp +45 -0
- sparsevb-0.1.1/include/current/armadillo_bits/OpCube_meat.hpp +87 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Op_bones.hpp +70 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Op_meat.hpp +92 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Proxy.hpp +2537 -0
- sparsevb-0.1.1/include/current/armadillo_bits/ProxyCube.hpp +488 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Row_bones.hpp +298 -0
- sparsevb-0.1.1/include/current/armadillo_bits/Row_meat.hpp +1896 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SizeCube_bones.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SizeCube_meat.hpp +155 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SizeMat_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SizeMat_meat.hpp +146 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpBase_bones.hpp +118 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpBase_meat.hpp +893 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpCol_bones.hpp +86 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpCol_meat.hpp +454 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpGlue_bones.hpp +47 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpGlue_meat.hpp +66 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpMat_bones.hpp +752 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpMat_iterators_meat.hpp +964 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpMat_meat.hpp +6921 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpOp_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpOp_meat.hpp +76 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpProxy.hpp +739 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpRow_bones.hpp +89 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpRow_meat.hpp +457 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpSubview_bones.hpp +422 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpSubview_col_list_bones.hpp +96 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpSubview_col_list_meat.hpp +717 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpSubview_iterators_meat.hpp +1154 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpSubview_meat.hpp +2034 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpToDGlue_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpToDGlue_meat.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpToDOp_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpToDOp_meat.hpp +66 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpValProxy_bones.hpp +86 -0
- sparsevb-0.1.1/include/current/armadillo_bits/SpValProxy_meat.hpp +337 -0
- sparsevb-0.1.1/include/current/armadillo_bits/access.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_cmath.hpp +532 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_config.hpp +259 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_forward.hpp +495 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_ostream_bones.hpp +72 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_ostream_meat.hpp +1276 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_rel_comparators.hpp +170 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_rng.hpp +1135 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_rng_cxx03.hpp +183 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_static_check.hpp +30 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_str.hpp +437 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arma_version.hpp +61 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arrayops_bones.hpp +227 -0
- sparsevb-0.1.1/include/current/armadillo_bits/arrayops_meat.hpp +1117 -0
- sparsevb-0.1.1/include/current/armadillo_bits/auxlib_bones.hpp +468 -0
- sparsevb-0.1.1/include/current/armadillo_bits/auxlib_meat.hpp +7502 -0
- sparsevb-0.1.1/include/current/armadillo_bits/band_helper.hpp +379 -0
- sparsevb-0.1.1/include/current/armadillo_bits/compiler_check.hpp +88 -0
- sparsevb-0.1.1/include/current/armadillo_bits/compiler_setup.hpp +438 -0
- sparsevb-0.1.1/include/current/armadillo_bits/compiler_setup_post.hpp +24 -0
- sparsevb-0.1.1/include/current/armadillo_bits/cond_rel.hpp +150 -0
- sparsevb-0.1.1/include/current/armadillo_bits/config.hpp +382 -0
- sparsevb-0.1.1/include/current/armadillo_bits/config.hpp.cmake +382 -0
- sparsevb-0.1.1/include/current/armadillo_bits/constants.hpp +265 -0
- sparsevb-0.1.1/include/current/armadillo_bits/constants_old.hpp +89 -0
- sparsevb-0.1.1/include/current/armadillo_bits/csv_name.hpp +138 -0
- sparsevb-0.1.1/include/current/armadillo_bits/debug.hpp +1506 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_arpack.hpp +109 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_atlas.hpp +79 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_blas.hpp +161 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_fftw3.hpp +56 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_lapack.hpp +1312 -0
- sparsevb-0.1.1/include/current/armadillo_bits/def_superlu.hpp +78 -0
- sparsevb-0.1.1/include/current/armadillo_bits/diagmat_proxy.hpp +358 -0
- sparsevb-0.1.1/include/current/armadillo_bits/diagview_bones.hpp +120 -0
- sparsevb-0.1.1/include/current/armadillo_bits/diagview_meat.hpp +1046 -0
- sparsevb-0.1.1/include/current/armadillo_bits/diskio_bones.hpp +227 -0
- sparsevb-0.1.1/include/current/armadillo_bits/diskio_meat.hpp +5475 -0
- sparsevb-0.1.1/include/current/armadillo_bits/distr_param.hpp +111 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eGlueCube_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eGlueCube_meat.hpp +153 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eGlue_bones.hpp +59 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eGlue_meat.hpp +147 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eOpCube_bones.hpp +61 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eOpCube_meat.hpp +173 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eOp_bones.hpp +64 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eOp_meat.hpp +164 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eglue_core_bones.hpp +77 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eglue_core_meat.hpp +1250 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eop_aux.hpp +144 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eop_core_bones.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/eop_core_meat.hpp +1160 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fft_engine_fftw3.hpp +165 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fft_engine_kissfft.hpp +388 -0
- sparsevb-0.1.1/include/current/armadillo_bits/field_bones.hpp +361 -0
- sparsevb-0.1.1/include/current/armadillo_bits/field_meat.hpp +3132 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fill.hpp +141 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_accu.hpp +80 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_all.hpp +95 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_any.hpp +95 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_approx_equal.hpp +471 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_as_scalar.hpp +448 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_balance.hpp +135 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_chi2rnd.hpp +192 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_chol.hpp +149 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_circshift.hpp +279 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_clamp.hpp +117 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cond_rcond.hpp +91 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_conv.hpp +74 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_conv_to.hpp +945 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cor.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cov.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cross.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cumprod.hpp +89 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_cumsum.hpp +89 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_det.hpp +82 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_diagmat.hpp +93 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_diags_spdiags.hpp +134 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_diagvec.hpp +64 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_diff.hpp +91 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_dot.hpp +360 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eig_gen.hpp +162 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eig_pair.hpp +144 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eig_sym.hpp +176 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eigs_gen.hpp +425 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eigs_sym.hpp +290 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_elem.hpp +1255 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_expmat.hpp +103 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_eye.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_fft.hpp +136 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_fft2.hpp +136 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_find.hpp +549 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_find_unique.hpp +69 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_flip.hpp +76 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_hess.hpp +174 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_hist.hpp +76 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_histc.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_index_max.hpp +164 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_index_min.hpp +164 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_inplace_strans.hpp +95 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_inplace_trans.hpp +131 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_interp1.hpp +351 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_interp2.hpp +264 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_intersect.hpp +65 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_inv.hpp +138 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_inv_sympd.hpp +138 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_join.hpp +502 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_kmeans.hpp +59 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_kron.hpp +104 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_log_det.hpp +157 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_log_normpdf.hpp +205 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_logmat.hpp +127 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_lu.hpp +88 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_max.hpp +277 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_mean.hpp +145 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_median.hpp +73 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_min.hpp +277 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_misc.hpp +609 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_mvnrnd.hpp +110 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_n_unique.hpp +132 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_nonzeros.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_norm.hpp +342 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_normalise.hpp +116 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_normcdf.hpp +201 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_normpdf.hpp +205 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_numel.hpp +95 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_omit.hpp +104 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_ones.hpp +161 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_orth_null.hpp +98 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_pinv.hpp +110 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_polyfit.hpp +67 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_polyval.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_powext.hpp +179 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_powmat.hpp +108 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_princomp.hpp +180 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_prod.hpp +74 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_qr.hpp +145 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_quantile.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_qz.hpp +66 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_rande.hpp +241 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_randg.hpp +241 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_randi.hpp +270 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_randn.hpp +357 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_randperm.hpp +162 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_randu.hpp +357 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_range.hpp +62 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_rank.hpp +57 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_regspace.hpp +265 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_repelem.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_repmat.hpp +94 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_reshape.hpp +187 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_resize.hpp +154 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_reverse.hpp +100 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_roots.hpp +67 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_schur.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_shuffle.hpp +88 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_size.hpp +327 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_solve.hpp +224 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sort.hpp +151 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sort_index.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_speye.hpp +93 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_spones.hpp +47 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sprandn.hpp +127 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sprandu.hpp +127 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_spsolve.hpp +192 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sqrtmat.hpp +125 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_stddev.hpp +143 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_strans.hpp +110 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sum.hpp +147 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_svd.hpp +246 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_svds.hpp +352 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_sylvester.hpp +142 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_symmat.hpp +135 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_toeplitz.hpp +63 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trace.hpp +663 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trans.hpp +99 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trapz.hpp +59 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trig.hpp +493 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trimat.hpp +143 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trimat_ind.hpp +139 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trunc_exp.hpp +93 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_trunc_log.hpp +100 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_unique.hpp +57 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_var.hpp +143 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_vecnorm.hpp +385 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_vectorise.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_wishrnd.hpp +204 -0
- sparsevb-0.1.1/include/current/armadillo_bits/fn_zeros.hpp +192 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_affmul_bones.hpp +53 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_affmul_meat.hpp +490 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_atan2_bones.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_atan2_meat.hpp +228 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_conv_bones.hpp +53 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_conv_meat.hpp +423 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cor_bones.hpp +41 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cor_meat.hpp +71 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cov_bones.hpp +41 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cov_meat.hpp +69 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cross_bones.hpp +40 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_cross_meat.hpp +81 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_hist_bones.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_hist_meat.hpp +253 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_histc_bones.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_histc_meat.hpp +167 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_hypot_bones.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_hypot_meat.hpp +172 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_intersect_bones.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_intersect_meat.hpp +148 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_join_bones.hpp +90 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_join_meat.hpp +405 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_kron_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_kron_meat.hpp +152 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_max_bones.hpp +45 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_max_meat.hpp +183 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_min_bones.hpp +45 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_min_meat.hpp +183 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_mixed_bones.hpp +88 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_mixed_meat.hpp +560 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_mvnrnd_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_mvnrnd_meat.hpp +175 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_polyfit_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_polyfit_meat.hpp +184 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_polyval_bones.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_polyval_meat.hpp +97 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_powext_bones.hpp +66 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_powext_meat.hpp +674 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_quantile_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_quantile_meat.hpp +274 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_relational_bones.hpp +120 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_relational_meat.hpp +419 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_solve_bones.hpp +170 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_solve_meat.hpp +617 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_times_bones.hpp +167 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_times_meat.hpp +1049 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_times_misc_bones.hpp +82 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_times_misc_meat.hpp +646 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_toeplitz_bones.hpp +33 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_toeplitz_meat.hpp +73 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_trapz_bones.hpp +56 -0
- sparsevb-0.1.1/include/current/armadillo_bits/glue_trapz_meat.hpp +205 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_diag_bones.hpp +179 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_diag_meat.hpp +2655 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_full_bones.hpp +167 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_full_meat.hpp +2739 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_misc_bones.hpp +119 -0
- sparsevb-0.1.1/include/current/armadillo_bits/gmm_misc_meat.hpp +193 -0
- sparsevb-0.1.1/include/current/armadillo_bits/hdf5_misc.hpp +798 -0
- sparsevb-0.1.1/include/current/armadillo_bits/hdf5_name.hpp +93 -0
- sparsevb-0.1.1/include/current/armadillo_bits/include_hdf5.hpp +45 -0
- sparsevb-0.1.1/include/current/armadillo_bits/include_superlu.hpp +400 -0
- sparsevb-0.1.1/include/current/armadillo_bits/injector_bones.hpp +84 -0
- sparsevb-0.1.1/include/current/armadillo_bits/injector_meat.hpp +379 -0
- sparsevb-0.1.1/include/current/armadillo_bits/memory.hpp +208 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mp_misc.hpp +86 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtGlueCube_bones.hpp +41 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtGlueCube_meat.hpp +56 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtGlue_bones.hpp +48 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtGlue_meat.hpp +69 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtOpCube_bones.hpp +56 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtOpCube_meat.hpp +105 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtOp_bones.hpp +61 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtOp_meat.hpp +117 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpGlue_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpGlue_meat.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpOp_bones.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpOp_meat.hpp +102 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpReduceOp_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mtSpReduceOp_meat.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mul_gemm.hpp +590 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mul_gemm_mixed.hpp +287 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mul_gemv.hpp +569 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mul_herk.hpp +503 -0
- sparsevb-0.1.1/include/current/armadillo_bits/mul_syrk.hpp +493 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_DenseGenMatProd_bones.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_DenseGenMatProd_meat.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_DoubleShiftQR_bones.hpp +76 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_DoubleShiftQR_meat.hpp +399 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_EigsSelect.hpp +52 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_GenEigsSolver_bones.hpp +109 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_GenEigsSolver_meat.hpp +492 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SortEigenvalue.hpp +203 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SparseGenMatProd_bones.hpp +44 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SparseGenMatProd_meat.hpp +63 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SparseGenRealShiftSolve_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp +138 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SymEigsShiftSolver_bones.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SymEigsShiftSolver_meat.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SymEigsSolver_bones.hpp +107 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_SymEigsSolver_meat.hpp +508 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_TridiagEigen_bones.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_TridiagEigen_meat.hpp +132 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_UpperHessenbergEigen_bones.hpp +59 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_UpperHessenbergEigen_meat.hpp +168 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_UpperHessenbergQR_bones.hpp +86 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_UpperHessenbergQR_meat.hpp +310 -0
- sparsevb-0.1.1/include/current/armadillo_bits/newarp_cx_attrib.hpp +37 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_accu_bones.hpp +108 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_accu_meat.hpp +1013 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_all_bones.hpp +80 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_all_meat.hpp +445 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_any_bones.hpp +80 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_any_meat.hpp +409 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_chi2rnd_bones.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_chi2rnd_meat.hpp +179 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_chol_bones.hpp +36 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_chol_meat.hpp +74 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_circshift_bones.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_circshift_meat.hpp +206 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_clamp_bones.hpp +72 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_clamp_meat.hpp +606 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_col_as_mat_bones.hpp +31 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_col_as_mat_meat.hpp +53 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cond_bones.hpp +34 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cond_meat.hpp +182 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cor_bones.hpp +34 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cor_meat.hpp +126 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cov_bones.hpp +34 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cov_meat.hpp +104 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cumprod_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cumprod_meat.hpp +211 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cumsum_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cumsum_meat.hpp +211 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cx_scalar_bones.hpp +156 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_cx_scalar_meat.hpp +564 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_det_bones.hpp +52 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_det_meat.hpp +178 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diagmat_bones.hpp +57 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diagmat_meat.hpp +767 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diagvec_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diagvec_meat.hpp +536 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diff_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_diff_meat.hpp +262 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_dot_bones.hpp +129 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_dot_meat.hpp +703 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_dotext_bones.hpp +47 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_dotext_meat.hpp +214 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_elem_bones.hpp +108 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_elem_meat.hpp +625 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_expmat_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_expmat_meat.hpp +261 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_fft_bones.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_fft_meat.hpp +323 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_find_bones.hpp +129 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_find_meat.hpp +708 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_find_unique_bones.hpp +74 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_find_unique_meat.hpp +130 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_flip_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_flip_meat.hpp +277 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_hist_bones.hpp +37 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_hist_meat.hpp +125 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_htrans_bones.hpp +109 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_htrans_meat.hpp +452 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_index_max_bones.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_index_max_meat.hpp +433 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_index_min_bones.hpp +55 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_index_min_meat.hpp +433 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_inv_gen_bones.hpp +137 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_inv_gen_meat.hpp +404 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_inv_spd_bones.hpp +70 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_inv_spd_meat.hpp +344 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_log_det_bones.hpp +48 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_log_det_meat.hpp +239 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_logmat_bones.hpp +76 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_logmat_meat.hpp +572 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_max_bones.hpp +113 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_max_meat.hpp +1338 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_mean_bones.hpp +84 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_mean_meat.hpp +564 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_median_bones.hpp +78 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_median_meat.hpp +357 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_min_bones.hpp +113 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_min_meat.hpp +1338 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_nonzeros_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_nonzeros_meat.hpp +119 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_norm2est_bones.hpp +62 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_norm2est_meat.hpp +252 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_norm_bones.hpp +57 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_norm_meat.hpp +1046 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_normalise_bones.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_normalise_meat.hpp +148 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_omit_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_omit_meat.hpp +230 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_orth_null_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_orth_null_meat.hpp +203 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_pinv_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_pinv_meat.hpp +357 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_powmat_bones.hpp +52 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_powmat_meat.hpp +284 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_princomp_bones.hpp +73 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_princomp_meat.hpp +319 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_prod_bones.hpp +40 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_prod_meat.hpp +217 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_range_bones.hpp +38 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_range_meat.hpp +96 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_rank_bones.hpp +39 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_rank_meat.hpp +196 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_rcond_bones.hpp +30 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_rcond_meat.hpp +104 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_relational_bones.hpp +144 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_relational_meat.hpp +510 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_repelem_bones.hpp +35 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_repelem_meat.hpp +103 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_repmat_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_repmat_meat.hpp +205 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_reshape_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_reshape_meat.hpp +302 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_resize_bones.hpp +45 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_resize_meat.hpp +192 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_reverse_bones.hpp +48 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_reverse_meat.hpp +176 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_roots_bones.hpp +39 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_roots_meat.hpp +140 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_row_as_mat_bones.hpp +31 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_row_as_mat_meat.hpp +63 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_shuffle_bones.hpp +43 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_shuffle_meat.hpp +243 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sort_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sort_index_bones.hpp +121 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sort_index_meat.hpp +142 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sort_meat.hpp +333 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_as_dense_bones.hpp +31 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_as_dense_meat.hpp +36 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_diagvec_bones.hpp +33 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_diagvec_meat.hpp +62 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_max_bones.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_max_meat.hpp +683 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_mean_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_mean_meat.hpp +371 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_min_bones.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_min_meat.hpp +719 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_minus_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_minus_meat.hpp +183 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_nonzeros_bones.hpp +34 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_nonzeros_meat.hpp +82 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_plus_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_plus_meat.hpp +102 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_stddev_bones.hpp +39 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_stddev_meat.hpp +162 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_sum_bones.hpp +34 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_sum_meat.hpp +148 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_var_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_var_meat.hpp +414 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_vecnorm_bones.hpp +48 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sp_vecnorm_meat.hpp +201 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sqrtmat_bones.hpp +72 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sqrtmat_meat.hpp +549 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_stddev_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_stddev_meat.hpp +155 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_strans_bones.hpp +87 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_strans_meat.hpp +506 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sum_bones.hpp +75 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_sum_meat.hpp +650 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_symmat_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_symmat_meat.hpp +278 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_toeplitz_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_toeplitz_meat.hpp +110 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_trimat_bones.hpp +73 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_trimat_meat.hpp +408 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_unique_bones.hpp +77 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_unique_meat.hpp +174 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_var_bones.hpp +62 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_var_meat.hpp +341 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_vecnorm_bones.hpp +51 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_vecnorm_meat.hpp +254 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_vectorise_bones.hpp +77 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_vectorise_meat.hpp +514 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_wishrnd_bones.hpp +59 -0
- sparsevb-0.1.1/include/current/armadillo_bits/op_wishrnd_meat.hpp +281 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_div.hpp +197 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_minus.hpp +213 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_plus.hpp +213 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_relational.hpp +301 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_schur.hpp +131 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_cube_times.hpp +124 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_div.hpp +382 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_minus.hpp +505 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_ostream.hpp +186 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_plus.hpp +437 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_relational.hpp +705 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_schur.hpp +366 -0
- sparsevb-0.1.1/include/current/armadillo_bits/operator_times.hpp +482 -0
- sparsevb-0.1.1/include/current/armadillo_bits/podarray_bones.hpp +90 -0
- sparsevb-0.1.1/include/current/armadillo_bits/podarray_meat.hpp +309 -0
- sparsevb-0.1.1/include/current/armadillo_bits/promote_type.hpp +350 -0
- sparsevb-0.1.1/include/current/armadillo_bits/restrictors.hpp +277 -0
- sparsevb-0.1.1/include/current/armadillo_bits/running_stat_bones.hpp +119 -0
- sparsevb-0.1.1/include/current/armadillo_bits/running_stat_meat.hpp +463 -0
- sparsevb-0.1.1/include/current/armadillo_bits/running_stat_vec_bones.hpp +157 -0
- sparsevb-0.1.1/include/current/armadillo_bits/running_stat_vec_meat.hpp +636 -0
- sparsevb-0.1.1/include/current/armadillo_bits/sp_auxlib_bones.hpp +263 -0
- sparsevb-0.1.1/include/current/armadillo_bits/sp_auxlib_meat.hpp +2782 -0
- sparsevb-0.1.1/include/current/armadillo_bits/span.hpp +87 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spdiagview_bones.hpp +113 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spdiagview_meat.hpp +1079 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_join_bones.hpp +80 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_join_meat.hpp +384 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_kron_bones.hpp +46 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_kron_meat.hpp +174 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_max_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_max_meat.hpp +222 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_merge_bones.hpp +41 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_merge_meat.hpp +554 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_min_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_min_meat.hpp +222 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_minus_bones.hpp +58 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_minus_meat.hpp +355 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_plus_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_plus_meat.hpp +310 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_relational_bones.hpp +72 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_relational_meat.hpp +545 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_schur_bones.hpp +63 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_schur_meat.hpp +410 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_times_bones.hpp +68 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spglue_times_meat.hpp +401 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_accu_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_accu_meat.hpp +492 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_circshift_bones.hpp +33 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_circshift_meat.hpp +93 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_diagmat_bones.hpp +60 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_diagmat_meat.hpp +456 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_htrans_bones.hpp +50 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_htrans_meat.hpp +98 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_misc_bones.hpp +230 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_misc_meat.hpp +567 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_norm_bones.hpp +38 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_norm_meat.hpp +154 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_normalise_bones.hpp +35 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_normalise_meat.hpp +133 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_omit_bones.hpp +33 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_omit_meat.hpp +119 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_relational_bones.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_relational_meat.hpp +521 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_repmat_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_repmat_meat.hpp +180 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_reverse_bones.hpp +38 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_reverse_meat.hpp +185 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_strans_bones.hpp +53 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_strans_meat.hpp +181 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_symmat_bones.hpp +42 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_symmat_meat.hpp +87 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_trimat_bones.hpp +63 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_trimat_meat.hpp +384 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_vectorise_bones.hpp +52 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spop_vectorise_meat.hpp +126 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spsolve_factoriser_bones.hpp +57 -0
- sparsevb-0.1.1/include/current/armadillo_bits/spsolve_factoriser_meat.hpp +289 -0
- sparsevb-0.1.1/include/current/armadillo_bits/strip.hpp +231 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_bones.hpp +692 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_bones.hpp +248 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_each_bones.hpp +162 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_each_meat.hpp +1035 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_meat.hpp +2722 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_slices_bones.hpp +92 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_cube_slices_meat.hpp +555 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_each_bones.hpp +167 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_each_meat.hpp +1404 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_elem1_bones.hpp +112 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_elem1_meat.hpp +945 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_elem2_bones.hpp +117 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_elem2_meat.hpp +1120 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_field_bones.hpp +95 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_field_meat.hpp +557 -0
- sparsevb-0.1.1/include/current/armadillo_bits/subview_meat.hpp +5180 -0
- sparsevb-0.1.1/include/current/armadillo_bits/sym_helper.hpp +486 -0
- sparsevb-0.1.1/include/current/armadillo_bits/traits.hpp +1480 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_arpack.hpp +114 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_atlas.hpp +282 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_blas.hpp +271 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_fftw3.hpp +106 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_lapack.hpp +1513 -0
- sparsevb-0.1.1/include/current/armadillo_bits/translate_superlu.hpp +348 -0
- sparsevb-0.1.1/include/current/armadillo_bits/trimat_helper.hpp +165 -0
- sparsevb-0.1.1/include/current/armadillo_bits/typedef_elem.hpp +224 -0
- sparsevb-0.1.1/include/current/armadillo_bits/typedef_elem_check.hpp +48 -0
- sparsevb-0.1.1/include/current/armadillo_bits/typedef_mat.hpp +171 -0
- sparsevb-0.1.1/include/current/armadillo_bits/typedef_mat_fixed.hpp +326 -0
- sparsevb-0.1.1/include/current/armadillo_bits/unwrap.hpp +2558 -0
- sparsevb-0.1.1/include/current/armadillo_bits/unwrap_cube.hpp +133 -0
- sparsevb-0.1.1/include/current/armadillo_bits/unwrap_spmat.hpp +216 -0
- sparsevb-0.1.1/include/current/armadillo_bits/upgrade_val.hpp +252 -0
- sparsevb-0.1.1/include/current/armadillo_bits/wall_clock_bones.hpp +49 -0
- sparsevb-0.1.1/include/current/armadillo_bits/wall_clock_meat.hpp +128 -0
- sparsevb-0.1.1/include/current/armadillo_bits/xtrans_mat_bones.hpp +54 -0
- sparsevb-0.1.1/include/current/armadillo_bits/xtrans_mat_meat.hpp +87 -0
- sparsevb-0.1.1/include/current/armadillo_bits/xvec_htrans_bones.hpp +52 -0
- sparsevb-0.1.1/include/current/armadillo_bits/xvec_htrans_meat.hpp +90 -0
- sparsevb-0.1.1/include/ensmallen.hpp +163 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_belief/ada_belief.hpp +186 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_belief/ada_belief_impl.hpp +44 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_belief/ada_belief_update.hpp +166 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_bound/ada_bound.hpp +209 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_bound/ada_bound_impl.hpp +47 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_bound/ada_bound_update.hpp +220 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_bound/ams_bound_update.hpp +223 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_delta/ada_delta.hpp +182 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_delta/ada_delta_impl.hpp +44 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_delta/ada_delta_update.hpp +151 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_grad/ada_grad.hpp +173 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_grad/ada_grad_impl.hpp +41 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_grad/ada_grad_update.hpp +125 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_sqrt/ada_sqrt.hpp +168 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_sqrt/ada_sqrt_impl.hpp +38 -0
- sparsevb-0.1.1/include/ensmallen_bits/ada_sqrt/ada_sqrt_update.hpp +126 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/adam.hpp +221 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/adam_impl.hpp +48 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/adam_update.hpp +176 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/adamax_update.hpp +167 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/amsgrad_update.hpp +173 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/nadam_update.hpp +194 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/nadamax_update.hpp +191 -0
- sparsevb-0.1.1/include/ensmallen_bits/adam/optimisticadam_update.hpp +176 -0
- sparsevb-0.1.1/include/ensmallen_bits/agemoea/agemoea.hpp +487 -0
- sparsevb-0.1.1/include/ensmallen_bits/agemoea/agemoea_impl.hpp +848 -0
- sparsevb-0.1.1/include/ensmallen_bits/aug_lagrangian/aug_lagrangian.hpp +265 -0
- sparsevb-0.1.1/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function.hpp +104 -0
- sparsevb-0.1.1/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function_impl.hpp +102 -0
- sparsevb-0.1.1/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_impl.hpp +244 -0
- sparsevb-0.1.1/include/ensmallen_bits/bigbatch_sgd/adaptive_stepsize.hpp +247 -0
- sparsevb-0.1.1/include/ensmallen_bits/bigbatch_sgd/backtracking_line_search.hpp +130 -0
- sparsevb-0.1.1/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp +225 -0
- sparsevb-0.1.1/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp +288 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/callbacks.hpp +984 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/early_stop_at_min_loss.hpp +128 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/grad_clip_by_norm.hpp +61 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/grad_clip_by_value.hpp +61 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/print_loss.hpp +58 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/progress_bar.hpp +269 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/query_front.hpp +89 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/report.hpp +621 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/store_best_coordinates.hpp +76 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/timer_stop.hpp +108 -0
- sparsevb-0.1.1/include/ensmallen_bits/callbacks/traits.hpp +545 -0
- sparsevb-0.1.1/include/ensmallen_bits/cd/cd.hpp +181 -0
- sparsevb-0.1.1/include/ensmallen_bits/cd/cd_impl.hpp +137 -0
- sparsevb-0.1.1/include/ensmallen_bits/cd/descent_policies/cyclic_descent.hpp +60 -0
- sparsevb-0.1.1/include/ensmallen_bits/cd/descent_policies/greedy_descent.hpp +78 -0
- sparsevb-0.1.1/include/ensmallen_bits/cd/descent_policies/random_descent.hpp +65 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/active_cmaes.hpp +190 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/active_cmaes_impl.hpp +351 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/cmaes.hpp +188 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/cmaes_impl.hpp +363 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/full_selection.hpp +60 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/pop_cmaes.hpp +181 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/pop_cmaes_impl.hpp +163 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/random_selection.hpp +83 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp +162 -0
- sparsevb-0.1.1/include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp +47 -0
- sparsevb-0.1.1/include/ensmallen_bits/cne/cne.hpp +210 -0
- sparsevb-0.1.1/include/ensmallen_bits/cne/cne_impl.hpp +264 -0
- sparsevb-0.1.1/include/ensmallen_bits/config.hpp +63 -0
- sparsevb-0.1.1/include/ensmallen_bits/de/de.hpp +150 -0
- sparsevb-0.1.1/include/ensmallen_bits/de/de_impl.hpp +183 -0
- sparsevb-0.1.1/include/ensmallen_bits/demon_adam/demon_adam.hpp +207 -0
- sparsevb-0.1.1/include/ensmallen_bits/demon_adam/demon_adam_update.hpp +174 -0
- sparsevb-0.1.1/include/ensmallen_bits/demon_sgd/demon_sgd.hpp +178 -0
- sparsevb-0.1.1/include/ensmallen_bits/demon_sgd/demon_sgd_update.hpp +145 -0
- sparsevb-0.1.1/include/ensmallen_bits/ens_version.hpp +58 -0
- sparsevb-0.1.1/include/ensmallen_bits/eve/eve.hpp +224 -0
- sparsevb-0.1.1/include/ensmallen_bits/eve/eve_impl.hpp +232 -0
- sparsevb-0.1.1/include/ensmallen_bits/fasta/fasta.hpp +220 -0
- sparsevb-0.1.1/include/ensmallen_bits/fasta/fasta_impl.hpp +546 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/fbs.hpp +153 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/fbs_impl.hpp +141 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/l1_constraint.hpp +81 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/l1_constraint_impl.hpp +201 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/l1_penalty.hpp +63 -0
- sparsevb-0.1.1/include/ensmallen_bits/fbs/l1_penalty_impl.hpp +63 -0
- sparsevb-0.1.1/include/ensmallen_bits/fista/fista.hpp +214 -0
- sparsevb-0.1.1/include/ensmallen_bits/fista/fista_impl.hpp +445 -0
- sparsevb-0.1.1/include/ensmallen_bits/ftml/ftml.hpp +187 -0
- sparsevb-0.1.1/include/ensmallen_bits/ftml/ftml_impl.hpp +43 -0
- sparsevb-0.1.1/include/ensmallen_bits/ftml/ftml_update.hpp +172 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_evaluate.hpp +233 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_evaluate_with_gradient.hpp +282 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_gradient.hpp +231 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_separable_evaluate.hpp +251 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_separable_evaluate_with_gradient.hpp +308 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/add_separable_gradient.hpp +254 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/arma_traits.hpp +192 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/sfinae_utility.hpp +317 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/static_checks.hpp +496 -0
- sparsevb-0.1.1/include/ensmallen_bits/function/traits.hpp +453 -0
- sparsevb-0.1.1/include/ensmallen_bits/function.hpp +113 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/atoms.hpp +220 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/constr_lpball.hpp +169 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/constr_structure_group.hpp +244 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/frank_wolfe.hpp +197 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/frank_wolfe_impl.hpp +124 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/func_sq.hpp +80 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/line_search/line_search.hpp +91 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/line_search/line_search_impl.hpp +114 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/proximal/proximal.hpp +60 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/proximal/proximal_impl.hpp +99 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/update_classic.hpp +59 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/update_full_correction.hpp +97 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/update_linesearch.hpp +101 -0
- sparsevb-0.1.1/include/ensmallen_bits/fw/update_span.hpp +89 -0
- sparsevb-0.1.1/include/ensmallen_bits/gradient_descent/gradient_descent.hpp +178 -0
- sparsevb-0.1.1/include/ensmallen_bits/gradient_descent/gradient_descent_impl.hpp +162 -0
- sparsevb-0.1.1/include/ensmallen_bits/grid_search/grid_search.hpp +73 -0
- sparsevb-0.1.1/include/ensmallen_bits/grid_search/grid_search_impl.hpp +97 -0
- sparsevb-0.1.1/include/ensmallen_bits/iqn/iqn.hpp +148 -0
- sparsevb-0.1.1/include/ensmallen_bits/iqn/iqn_impl.hpp +218 -0
- sparsevb-0.1.1/include/ensmallen_bits/katyusha/katyusha.hpp +199 -0
- sparsevb-0.1.1/include/ensmallen_bits/katyusha/katyusha_impl.hpp +270 -0
- sparsevb-0.1.1/include/ensmallen_bits/lbfgs/lbfgs.hpp +261 -0
- sparsevb-0.1.1/include/ensmallen_bits/lbfgs/lbfgs_impl.hpp +527 -0
- sparsevb-0.1.1/include/ensmallen_bits/log.hpp +87 -0
- sparsevb-0.1.1/include/ensmallen_bits/lookahead/lookahead.hpp +259 -0
- sparsevb-0.1.1/include/ensmallen_bits/lookahead/lookahead_impl.hpp +233 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/decomposition_policies/pbi_decomposition.hpp +82 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/decomposition_policies/tchebycheff_decomposition.hpp +66 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/decomposition_policies/weighted_decomposition.hpp +62 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/moead.hpp +359 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/moead_impl.hpp +488 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/weight_init_policies/bbs_init.hpp +76 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/weight_init_policies/dirichlet_init.hpp +60 -0
- sparsevb-0.1.1/include/ensmallen_bits/moead/weight_init_policies/uniform_init.hpp +208 -0
- sparsevb-0.1.1/include/ensmallen_bits/nsga2/nsga2.hpp +384 -0
- sparsevb-0.1.1/include/ensmallen_bits/nsga2/nsga2_impl.hpp +526 -0
- sparsevb-0.1.1/include/ensmallen_bits/padam/padam.hpp +196 -0
- sparsevb-0.1.1/include/ensmallen_bits/padam/padam_update.hpp +186 -0
- sparsevb-0.1.1/include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp +52 -0
- sparsevb-0.1.1/include/ensmallen_bits/parallel_sgd/decay_policies/exponential_backoff.hpp +88 -0
- sparsevb-0.1.1/include/ensmallen_bits/parallel_sgd/parallel_sgd.hpp +160 -0
- sparsevb-0.1.1/include/ensmallen_bits/parallel_sgd/parallel_sgd_impl.hpp +203 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/ackley_function.hpp +144 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/ackley_function_impl.hpp +89 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/aug_lagrangian_test_functions.hpp +158 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/aug_lagrangian_test_functions_impl.hpp +367 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/beale_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/beale_function_impl.hpp +90 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/booth_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/booth_function_impl.hpp +79 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/bukin_function.hpp +135 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/bukin_function_impl.hpp +83 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/colville_function.hpp +122 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/colville_function_impl.hpp +91 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/cross_in_tray_function.hpp +95 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/cross_in_tray_function_impl.hpp +56 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/drop_wave_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/drop_wave_function_impl.hpp +91 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz1_function.hpp +216 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz2_function.hpp +216 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz3_function.hpp +219 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz4_function.hpp +219 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz5_function.hpp +209 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz6_function.hpp +209 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/dtlz/dtlz7_function.hpp +213 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/easom_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/easom_function_impl.hpp +93 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/eggholder_function.hpp +122 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/eggholder_function_impl.hpp +91 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/fonseca_fleming_function.hpp +102 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/fw_test_function.hpp +60 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp +146 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp +132 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/goldstein_price_function.hpp +130 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/goldstein_price_function_impl.hpp +103 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/gradient_descent_test_function.hpp +58 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/gradient_descent_test_function_impl.hpp +38 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/himmelblau_function.hpp +119 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/himmelblau_function_impl.hpp +82 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/holder_table_function.hpp +90 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/holder_table_function_impl.hpp +54 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/levy_function_n13.hpp +117 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/levy_function_n13_impl.hpp +94 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/logistic_regression_function.hpp +232 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/logistic_regression_function_impl.hpp +376 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf1_function.hpp +185 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf2_function.hpp +201 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf3_function.hpp +196 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf4_function.hpp +206 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf5_function.hpp +220 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/maf/maf6_function.hpp +228 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/matyas_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/matyas_function_impl.hpp +79 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/mc_cormick_function.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/mc_cormick_function_impl.hpp +79 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/problems.hpp +65 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/quadratic_function.hpp +108 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/quadratic_function_impl.hpp +61 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rastrigin_function.hpp +140 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rastrigin_function_impl.hpp +94 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rosenbrock_function.hpp +131 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rosenbrock_function_impl.hpp +93 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rosenbrock_wood_function.hpp +124 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp +76 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schaffer_function_n1.hpp +100 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schaffer_function_n2.hpp +122 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp +94 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schaffer_function_n4.hpp +83 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schaffer_function_n4_impl.hpp +57 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schwefel_function.hpp +142 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/schwefel_function_impl.hpp +88 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sgd_test_function.hpp +76 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sgd_test_function_impl.hpp +101 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/softmax_regression_function.hpp +209 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/softmax_regression_function_impl.hpp +357 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sparse_test_function.hpp +93 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sparse_test_function_impl.hpp +88 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sphere_function.hpp +141 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/sphere_function_impl.hpp +92 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/styblinski_tang_function.hpp +145 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/styblinski_tang_function_impl.hpp +94 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/three_hump_camel_function.hpp +127 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/three_hump_camel_function_impl.hpp +81 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/wood_function.hpp +128 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/wood_function_impl.hpp +93 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/zdt/zdt1_function.hpp +159 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/zdt/zdt2_function.hpp +159 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/zdt/zdt3_function.hpp +189 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/zdt/zdt4_function.hpp +162 -0
- sparsevb-0.1.1/include/ensmallen_bits/problems/zdt/zdt6_function.hpp +164 -0
- sparsevb-0.1.1/include/ensmallen_bits/pso/init_policies/default_init.hpp +126 -0
- sparsevb-0.1.1/include/ensmallen_bits/pso/pso.hpp +275 -0
- sparsevb-0.1.1/include/ensmallen_bits/pso/pso_impl.hpp +249 -0
- sparsevb-0.1.1/include/ensmallen_bits/pso/update_policies/lbest_update.hpp +189 -0
- sparsevb-0.1.1/include/ensmallen_bits/qhadam/qhadam.hpp +199 -0
- sparsevb-0.1.1/include/ensmallen_bits/qhadam/qhadam_impl.hpp +46 -0
- sparsevb-0.1.1/include/ensmallen_bits/qhadam/qhadam_update.hpp +196 -0
- sparsevb-0.1.1/include/ensmallen_bits/rmsprop/rmsprop.hpp +190 -0
- sparsevb-0.1.1/include/ensmallen_bits/rmsprop/rmsprop_update.hpp +139 -0
- sparsevb-0.1.1/include/ensmallen_bits/sa/exponential_schedule.hpp +67 -0
- sparsevb-0.1.1/include/ensmallen_bits/sa/sa.hpp +220 -0
- sparsevb-0.1.1/include/ensmallen_bits/sa/sa_impl.hpp +237 -0
- sparsevb-0.1.1/include/ensmallen_bits/sarah/sarah.hpp +203 -0
- sparsevb-0.1.1/include/ensmallen_bits/sarah/sarah_impl.hpp +248 -0
- sparsevb-0.1.1/include/ensmallen_bits/sarah/sarah_plus_update.hpp +73 -0
- sparsevb-0.1.1/include/ensmallen_bits/sarah/sarah_update.hpp +54 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/lin_alg.hpp +156 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/lrsdp.hpp +128 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/lrsdp_function.hpp +195 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/lrsdp_function_impl.hpp +331 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/lrsdp_impl.hpp +66 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/primal_dual.hpp +136 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/primal_dual_impl.hpp +521 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/sdp.hpp +166 -0
- sparsevb-0.1.1/include/ensmallen_bits/sdp/sdp_impl.hpp +125 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/decay_policies/no_decay.hpp +84 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/sgd.hpp +259 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/sgd_impl.hpp +243 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/update_policies/gradient_clipping.hpp +132 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/update_policies/momentum_update.hpp +138 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/update_policies/nesterov_momentum_update.hpp +115 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/update_policies/quasi_hyperbolic_update.hpp +128 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgd/update_policies/vanilla_update.hpp +75 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/cyclical_decay.hpp +184 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/sgdr.hpp +186 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/sgdr_impl.hpp +81 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/snapshot_ensembles.hpp +226 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/snapshot_sgdr.hpp +247 -0
- sparsevb-0.1.1/include/ensmallen_bits/sgdr/snapshot_sgdr_impl.hpp +121 -0
- sparsevb-0.1.1/include/ensmallen_bits/smorms3/smorms3.hpp +171 -0
- sparsevb-0.1.1/include/ensmallen_bits/smorms3/smorms3_impl.hpp +41 -0
- sparsevb-0.1.1/include/ensmallen_bits/smorms3/smorms3_update.hpp +132 -0
- sparsevb-0.1.1/include/ensmallen_bits/spalera_sgd/spalera_sgd.hpp +262 -0
- sparsevb-0.1.1/include/ensmallen_bits/spalera_sgd/spalera_sgd_impl.hpp +256 -0
- sparsevb-0.1.1/include/ensmallen_bits/spalera_sgd/spalera_stepsize.hpp +280 -0
- sparsevb-0.1.1/include/ensmallen_bits/spsa/spsa.hpp +139 -0
- sparsevb-0.1.1/include/ensmallen_bits/spsa/spsa_impl.hpp +136 -0
- sparsevb-0.1.1/include/ensmallen_bits/svrg/barzilai_borwein_decay.hpp +138 -0
- sparsevb-0.1.1/include/ensmallen_bits/svrg/svrg.hpp +276 -0
- sparsevb-0.1.1/include/ensmallen_bits/svrg/svrg_impl.hpp +272 -0
- sparsevb-0.1.1/include/ensmallen_bits/svrg/svrg_update.hpp +73 -0
- sparsevb-0.1.1/include/ensmallen_bits/swats/swats.hpp +187 -0
- sparsevb-0.1.1/include/ensmallen_bits/swats/swats_impl.hpp +44 -0
- sparsevb-0.1.1/include/ensmallen_bits/swats/swats_update.hpp +230 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/any.hpp +128 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/detect_callbacks.hpp +41 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/function_traits.hpp +245 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/indicators/epsilon.hpp +93 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/indicators/igd.hpp +101 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/indicators/igd_plus.hpp +95 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/proxies.hpp +164 -0
- sparsevb-0.1.1/include/ensmallen_bits/utility/using.hpp +174 -0
- sparsevb-0.1.1/include/ensmallen_bits/wn_grad/wn_grad.hpp +161 -0
- sparsevb-0.1.1/include/ensmallen_bits/wn_grad/wn_grad_impl.hpp +41 -0
- sparsevb-0.1.1/include/ensmallen_bits/wn_grad/wn_grad_update.hpp +109 -0
- sparsevb-0.1.1/include/ensmallen_bits/yogi/yogi.hpp +189 -0
- sparsevb-0.1.1/include/ensmallen_bits/yogi/yogi_impl.hpp +44 -0
- sparsevb-0.1.1/include/ensmallen_bits/yogi/yogi_update.hpp +158 -0
- sparsevb-0.1.1/include/legacy/armadillo +874 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/BaseCube_bones.hpp +86 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/BaseCube_meat.hpp +498 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Base_bones.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Base_meat.hpp +1031 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Col_bones.hpp +290 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Col_meat.hpp +1891 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/CubeToMatOp_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/CubeToMatOp_meat.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Cube_bones.hpp +566 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Cube_meat.hpp +5973 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/GenCube_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/GenCube_meat.hpp +188 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Gen_bones.hpp +64 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Gen_meat.hpp +232 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/GlueCube_bones.hpp +42 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/GlueCube_meat.hpp +44 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Glue_bones.hpp +69 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Glue_meat.hpp +69 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/MapMat_bones.hpp +247 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/MapMat_meat.hpp +1765 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Mat_bones.hpp +960 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Mat_meat.hpp +10432 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/OpCube_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/OpCube_meat.hpp +87 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Op_bones.hpp +72 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Op_meat.hpp +92 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Proxy.hpp +2537 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/ProxyCube.hpp +488 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Row_bones.hpp +290 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/Row_meat.hpp +1891 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SizeCube_bones.hpp +52 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SizeCube_meat.hpp +155 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SizeMat_bones.hpp +51 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SizeMat_meat.hpp +146 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpBase_bones.hpp +118 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpBase_meat.hpp +893 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpCol_bones.hpp +86 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpCol_meat.hpp +454 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpGlue_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpGlue_meat.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpMat_bones.hpp +748 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpMat_iterators_meat.hpp +964 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpMat_meat.hpp +6921 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpOp_bones.hpp +51 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpOp_meat.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpProxy.hpp +739 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpRow_bones.hpp +89 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpRow_meat.hpp +457 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpSubview_bones.hpp +422 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpSubview_col_list_bones.hpp +96 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpSubview_col_list_meat.hpp +717 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpSubview_iterators_meat.hpp +1154 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpSubview_meat.hpp +2034 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpToDGlue_bones.hpp +48 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpToDGlue_meat.hpp +44 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpToDOp_bones.hpp +53 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpToDOp_meat.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpValProxy_bones.hpp +86 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/SpValProxy_meat.hpp +337 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/access.hpp +45 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_cmath.hpp +420 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_config.hpp +252 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_forward.hpp +492 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_ostream_bones.hpp +79 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_ostream_meat.hpp +1274 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_rel_comparators.hpp +170 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_rng.hpp +1034 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_rng_cxx03.hpp +185 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_static_check.hpp +30 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_str.hpp +437 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arma_version.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arrayops_bones.hpp +229 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/arrayops_meat.hpp +1117 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/auxlib_bones.hpp +500 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/auxlib_meat.hpp +7785 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/band_helper.hpp +379 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/compiler_check.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/compiler_setup.hpp +486 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/compiler_setup_post.hpp +24 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/cond_rel_bones.hpp +42 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/cond_rel_meat.hpp +134 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/config.hpp +405 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/constants.hpp +263 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/constants_old.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/csv_name.hpp +138 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/debug.hpp +1464 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_arpack.hpp +109 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_atlas.hpp +79 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_blas.hpp +161 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_fftw3.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_lapack.hpp +1312 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/def_superlu.hpp +78 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/diagmat_proxy.hpp +375 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/diagview_bones.hpp +120 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/diagview_meat.hpp +1046 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/diskio_bones.hpp +229 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/diskio_meat.hpp +5430 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/distr_param.hpp +91 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eGlueCube_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eGlueCube_meat.hpp +153 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eGlue_bones.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eGlue_meat.hpp +147 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eOpCube_bones.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eOpCube_meat.hpp +173 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eOp_bones.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eOp_meat.hpp +164 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eglue_core_bones.hpp +86 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eglue_core_meat.hpp +1250 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eop_aux.hpp +195 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eop_core_bones.hpp +117 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/eop_core_meat.hpp +1163 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fft_engine_fftw3.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fft_engine_kissfft.hpp +392 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/field_bones.hpp +361 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/field_meat.hpp +3132 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fill.hpp +116 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_accu.hpp +1692 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_all.hpp +95 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_any.hpp +95 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_approx_equal.hpp +471 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_as_scalar.hpp +448 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_balance.hpp +135 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_chi2rnd.hpp +182 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_chol.hpp +149 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_clamp.hpp +117 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cond_rcond.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_conv.hpp +74 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_conv_to.hpp +959 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cor.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cov.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cross.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cumprod.hpp +89 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_cumsum.hpp +89 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_det.hpp +82 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_diagmat.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_diags_spdiags.hpp +134 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_diagvec.hpp +64 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_diff.hpp +91 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_dot.hpp +360 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eig_gen.hpp +170 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eig_pair.hpp +144 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eig_sym.hpp +161 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eigs_gen.hpp +425 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eigs_sym.hpp +290 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_elem.hpp +1200 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eps.hpp +106 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_expmat.hpp +103 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_eye.hpp +114 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_fft.hpp +136 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_fft2.hpp +136 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_find.hpp +549 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_find_unique.hpp +69 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_flip.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_hess.hpp +174 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_hist.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_histc.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_index_max.hpp +164 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_index_min.hpp +164 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_inplace_strans.hpp +95 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_inplace_trans.hpp +131 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_interp1.hpp +351 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_interp2.hpp +264 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_intersect.hpp +65 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_inv.hpp +138 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_inv_sympd.hpp +138 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_join.hpp +502 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_kmeans.hpp +59 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_kron.hpp +104 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_log_det.hpp +157 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_log_normpdf.hpp +205 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_logmat.hpp +127 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_lu.hpp +88 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_max.hpp +277 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_mean.hpp +145 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_median.hpp +73 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_min.hpp +277 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_misc.hpp +597 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_mvnrnd.hpp +110 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_n_unique.hpp +132 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_nonzeros.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_norm.hpp +342 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_normalise.hpp +116 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_normcdf.hpp +201 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_normpdf.hpp +205 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_numel.hpp +95 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_omit.hpp +104 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_ones.hpp +161 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_orth_null.hpp +98 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_pinv.hpp +110 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_polyfit.hpp +67 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_polyval.hpp +42 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_powext.hpp +179 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_powmat.hpp +108 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_princomp.hpp +180 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_prod.hpp +81 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_qr.hpp +145 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_quantile.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_qz.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_randg.hpp +241 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_randi.hpp +270 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_randn.hpp +357 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_randperm.hpp +162 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_randu.hpp +357 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_range.hpp +62 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_rank.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_regspace.hpp +265 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_repelem.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_repmat.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_reshape.hpp +187 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_resize.hpp +154 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_reverse.hpp +100 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_roots.hpp +67 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_schur.hpp +114 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_shift.hpp +156 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_shuffle.hpp +88 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_size.hpp +327 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_solve.hpp +224 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sort.hpp +151 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sort_index.hpp +114 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_speye.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_spones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sprandn.hpp +127 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sprandu.hpp +127 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_spsolve.hpp +192 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sqrtmat.hpp +125 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_stddev.hpp +143 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_strans.hpp +110 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sum.hpp +147 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_svd.hpp +206 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_svds.hpp +352 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_sylvester.hpp +142 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_symmat.hpp +135 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_toeplitz.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trace.hpp +663 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trans.hpp +99 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trapz.hpp +59 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trig.hpp +493 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trimat.hpp +143 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trimat_ind.hpp +139 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trunc_exp.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_trunc_log.hpp +100 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_unique.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_var.hpp +143 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_vecnorm.hpp +385 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_vectorise.hpp +114 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_wishrnd.hpp +204 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/fn_zeros.hpp +192 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_affmul_bones.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_affmul_meat.hpp +490 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_atan2_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_atan2_meat.hpp +228 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_conv_bones.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_conv_meat.hpp +385 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cor_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cor_meat.hpp +71 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cov_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cov_meat.hpp +69 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cross_bones.hpp +42 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_cross_meat.hpp +81 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_hist_bones.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_hist_meat.hpp +253 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_histc_bones.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_histc_meat.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_hypot_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_hypot_meat.hpp +172 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_intersect_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_intersect_meat.hpp +148 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_join_bones.hpp +90 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_join_meat.hpp +379 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_kron_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_kron_meat.hpp +147 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_max_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_max_meat.hpp +183 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_min_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_min_meat.hpp +183 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_mixed_bones.hpp +98 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_mixed_meat.hpp +560 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_mvnrnd_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_mvnrnd_meat.hpp +175 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_polyfit_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_polyfit_meat.hpp +133 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_polyval_bones.hpp +45 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_polyval_meat.hpp +83 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_powext_bones.hpp +70 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_powext_meat.hpp +674 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_quantile_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_quantile_meat.hpp +230 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_relational_bones.hpp +136 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_relational_meat.hpp +419 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_solve_bones.hpp +178 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_solve_meat.hpp +617 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_times_bones.hpp +168 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_times_meat.hpp +1015 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_times_misc_bones.hpp +88 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_times_misc_meat.hpp +646 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_toeplitz_bones.hpp +35 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_toeplitz_meat.hpp +73 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_trapz_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/glue_trapz_meat.hpp +168 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_diag_bones.hpp +179 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_diag_meat.hpp +2655 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_full_bones.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_full_meat.hpp +2739 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_misc_bones.hpp +119 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/gmm_misc_meat.hpp +193 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/hdf5_misc.hpp +772 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/hdf5_name.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/include_hdf5.hpp +45 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/include_superlu.hpp +400 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/injector_bones.hpp +84 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/injector_meat.hpp +379 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/memory.hpp +210 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mp_misc.hpp +91 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtGlueCube_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtGlueCube_meat.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtGlue_bones.hpp +50 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtGlue_meat.hpp +69 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtOpCube_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtOpCube_meat.hpp +105 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtOp_bones.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtOp_meat.hpp +117 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpGlue_bones.hpp +48 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpGlue_meat.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpOp_bones.hpp +60 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpOp_meat.hpp +102 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpReduceOp_bones.hpp +62 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mtSpReduceOp_meat.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mul_gemm.hpp +435 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mul_gemm_mixed.hpp +291 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mul_gemv.hpp +495 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mul_herk.hpp +492 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/mul_syrk.hpp +501 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_DenseGenMatProd_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_DenseGenMatProd_meat.hpp +51 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_DoubleShiftQR_bones.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_DoubleShiftQR_meat.hpp +399 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_EigsSelect.hpp +52 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_GenEigsSolver_bones.hpp +109 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_GenEigsSolver_meat.hpp +492 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SortEigenvalue.hpp +203 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SparseGenMatProd_bones.hpp +44 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SparseGenMatProd_meat.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SparseGenRealShiftSolve_bones.hpp +51 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp +138 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SymEigsShiftSolver_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SymEigsShiftSolver_meat.hpp +50 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SymEigsSolver_bones.hpp +107 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_SymEigsSolver_meat.hpp +508 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_TridiagEigen_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_TridiagEigen_meat.hpp +132 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_UpperHessenbergEigen_bones.hpp +59 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_UpperHessenbergEigen_meat.hpp +168 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_UpperHessenbergQR_bones.hpp +86 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_UpperHessenbergQR_meat.hpp +310 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/newarp_cx_attrib.hpp +37 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_all_bones.hpp +83 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_all_meat.hpp +445 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_any_bones.hpp +83 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_any_meat.hpp +409 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_chi2rnd_bones.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_chi2rnd_meat.hpp +176 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_chol_bones.hpp +38 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_chol_meat.hpp +74 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_clamp_bones.hpp +74 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_clamp_meat.hpp +577 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_col_as_mat_bones.hpp +33 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_col_as_mat_meat.hpp +53 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cond_bones.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cond_meat.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cor_bones.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cor_meat.hpp +126 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cov_bones.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cov_meat.hpp +104 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cumprod_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cumprod_meat.hpp +174 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cumsum_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cumsum_meat.hpp +174 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cx_scalar_bones.hpp +168 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_cx_scalar_meat.hpp +564 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_det_bones.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_det_meat.hpp +178 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diagmat_bones.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diagmat_meat.hpp +767 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diagvec_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diagvec_meat.hpp +536 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diff_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_diff_meat.hpp +224 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_dot_bones.hpp +121 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_dot_meat.hpp +615 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_dotext_bones.hpp +50 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_dotext_meat.hpp +214 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_expmat_bones.hpp +53 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_expmat_meat.hpp +261 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_fft_bones.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_fft_meat.hpp +325 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_find_bones.hpp +141 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_find_meat.hpp +708 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_find_unique_bones.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_find_unique_meat.hpp +130 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_flip_bones.hpp +59 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_flip_meat.hpp +341 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_hist_bones.hpp +39 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_hist_meat.hpp +125 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_htrans_bones.hpp +107 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_htrans_meat.hpp +415 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_index_max_bones.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_index_max_meat.hpp +433 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_index_min_bones.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_index_min_meat.hpp +433 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_inv_gen_bones.hpp +143 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_inv_gen_meat.hpp +404 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_inv_spd_bones.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_inv_spd_meat.hpp +363 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_log_det_bones.hpp +52 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_log_det_meat.hpp +239 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_logmat_bones.hpp +82 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_logmat_meat.hpp +572 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_max_bones.hpp +112 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_max_meat.hpp +1320 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_mean_bones.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_mean_meat.hpp +440 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_median_bones.hpp +77 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_median_meat.hpp +338 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_min_bones.hpp +112 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_min_meat.hpp +1320 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_misc_bones.hpp +92 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_misc_meat.hpp +448 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_nonzeros_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_nonzeros_meat.hpp +103 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_norm2est_bones.hpp +60 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_norm2est_meat.hpp +248 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_norm_bones.hpp +52 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_norm_meat.hpp +918 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_normalise_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_normalise_meat.hpp +148 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_omit_bones.hpp +50 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_omit_meat.hpp +230 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_orth_null_bones.hpp +53 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_orth_null_meat.hpp +181 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_pinv_bones.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_pinv_meat.hpp +310 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_powmat_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_powmat_meat.hpp +284 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_princomp_bones.hpp +75 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_princomp_meat.hpp +319 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_prod_bones.hpp +42 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_prod_meat.hpp +217 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_range_bones.hpp +40 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_range_meat.hpp +96 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_rank_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_rank_meat.hpp +183 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_rcond_bones.hpp +32 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_rcond_meat.hpp +104 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_relational_bones.hpp +164 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_relational_meat.hpp +510 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_repelem_bones.hpp +37 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_repelem_meat.hpp +103 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_repmat_bones.hpp +37 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_repmat_meat.hpp +124 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_reshape_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_reshape_meat.hpp +276 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_resize_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_resize_meat.hpp +192 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_reverse_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_reverse_meat.hpp +128 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_roots_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_roots_meat.hpp +140 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_row_as_mat_bones.hpp +33 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_row_as_mat_meat.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_shift_bones.hpp +45 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_shift_meat.hpp +183 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_shuffle_bones.hpp +47 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_shuffle_meat.hpp +243 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sort_bones.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sort_index_bones.hpp +123 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sort_index_meat.hpp +142 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sort_meat.hpp +314 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_as_dense_bones.hpp +33 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_as_dense_meat.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_diagvec_bones.hpp +35 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_diagvec_meat.hpp +62 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_max_bones.hpp +60 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_max_meat.hpp +683 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_mean_bones.hpp +62 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_mean_meat.hpp +371 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_min_bones.hpp +60 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_min_meat.hpp +719 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_minus_bones.hpp +64 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_minus_meat.hpp +183 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_nonzeros_bones.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_nonzeros_meat.hpp +82 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_plus_bones.hpp +44 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_plus_meat.hpp +102 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_stddev_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_stddev_meat.hpp +162 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_sum_bones.hpp +36 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_sum_meat.hpp +148 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_var_bones.hpp +62 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_var_meat.hpp +414 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_vecnorm_bones.hpp +52 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sp_vecnorm_meat.hpp +201 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sqrtmat_bones.hpp +78 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sqrtmat_meat.hpp +549 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_stddev_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_stddev_meat.hpp +135 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_strans_bones.hpp +85 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_strans_meat.hpp +471 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sum_bones.hpp +65 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_sum_meat.hpp +550 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_symmat_bones.hpp +68 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_symmat_meat.hpp +278 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_toeplitz_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_toeplitz_meat.hpp +110 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_trimat_bones.hpp +76 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_trimat_meat.hpp +383 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_unique_bones.hpp +79 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_unique_meat.hpp +174 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_var_bones.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_var_meat.hpp +297 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_vecnorm_bones.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_vecnorm_meat.hpp +254 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_vectorise_bones.hpp +81 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_vectorise_meat.hpp +452 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_wishrnd_bones.hpp +63 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/op_wishrnd_meat.hpp +281 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_div.hpp +197 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_minus.hpp +213 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_plus.hpp +213 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_relational.hpp +301 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_schur.hpp +131 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_cube_times.hpp +124 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_div.hpp +382 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_minus.hpp +505 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_ostream.hpp +186 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_plus.hpp +437 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_relational.hpp +705 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_schur.hpp +366 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/operator_times.hpp +482 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/podarray_bones.hpp +90 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/podarray_meat.hpp +309 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/promote_type.hpp +216 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/restrictors.hpp +229 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/running_stat_bones.hpp +121 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/running_stat_meat.hpp +463 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/running_stat_vec_bones.hpp +157 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/running_stat_vec_meat.hpp +636 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/sp_auxlib_bones.hpp +283 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/sp_auxlib_meat.hpp +2782 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/span.hpp +90 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spdiagview_bones.hpp +113 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spdiagview_meat.hpp +1079 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_join_bones.hpp +78 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_join_meat.hpp +350 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_kron_bones.hpp +45 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_kron_meat.hpp +159 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_max_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_max_meat.hpp +222 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_merge_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_merge_meat.hpp +554 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_min_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_min_meat.hpp +222 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_minus_bones.hpp +59 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_minus_meat.hpp +340 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_plus_bones.hpp +55 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_plus_meat.hpp +295 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_relational_bones.hpp +80 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_relational_meat.hpp +545 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_schur_bones.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_schur_meat.hpp +395 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_times_bones.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spglue_times_meat.hpp +369 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_diagmat_bones.hpp +64 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_diagmat_meat.hpp +456 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_htrans_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_htrans_meat.hpp +61 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_misc_bones.hpp +276 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_misc_meat.hpp +567 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_norm_bones.hpp +39 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_norm_meat.hpp +135 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_normalise_bones.hpp +37 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_normalise_meat.hpp +133 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_omit_bones.hpp +35 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_omit_meat.hpp +119 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_relational_bones.hpp +134 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_relational_meat.hpp +521 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_repmat_bones.hpp +41 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_repmat_meat.hpp +166 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_reverse_bones.hpp +40 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_reverse_meat.hpp +185 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_shift_bones.hpp +35 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_shift_meat.hpp +93 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_strans_bones.hpp +49 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_strans_meat.hpp +152 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_symmat_bones.hpp +46 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_symmat_meat.hpp +87 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_trimat_bones.hpp +66 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_trimat_meat.hpp +366 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_vectorise_bones.hpp +58 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spop_vectorise_meat.hpp +126 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spsolve_factoriser_bones.hpp +57 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/spsolve_factoriser_meat.hpp +289 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/strip.hpp +231 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_bones.hpp +676 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_bones.hpp +248 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_each_bones.hpp +162 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_each_meat.hpp +1035 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_meat.hpp +2722 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_slices_bones.hpp +92 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_cube_slices_meat.hpp +555 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_each_bones.hpp +167 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_each_meat.hpp +1404 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_elem1_bones.hpp +112 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_elem1_meat.hpp +945 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_elem2_bones.hpp +117 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_elem2_meat.hpp +1120 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_field_bones.hpp +95 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_field_meat.hpp +557 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/subview_meat.hpp +4998 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/sym_helper.hpp +486 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/traits.hpp +1371 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_arpack.hpp +114 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_atlas.hpp +282 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_blas.hpp +271 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_fftw3.hpp +106 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_lapack.hpp +1513 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/translate_superlu.hpp +348 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/trimat_helper.hpp +165 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/typedef_elem.hpp +172 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/typedef_elem_check.hpp +48 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/typedef_mat.hpp +144 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/typedef_mat_fixed.hpp +326 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/unwrap.hpp +2554 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/unwrap_cube.hpp +133 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/unwrap_spmat.hpp +216 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/upgrade_val.hpp +161 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/wall_clock_bones.hpp +43 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/wall_clock_meat.hpp +70 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/xtrans_mat_bones.hpp +56 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/xtrans_mat_meat.hpp +87 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/xvec_htrans_bones.hpp +54 -0
- sparsevb-0.1.1/include/legacy/armadillo_bits/xvec_htrans_meat.hpp +90 -0
- sparsevb-0.1.1/pyproject.toml +45 -0
- sparsevb-0.1.1/requirements.txt +3 -0
- sparsevb-0.1.1/setup.cfg +4 -0
- sparsevb-0.1.1/setup.py +37 -0
- sparsevb-0.1.1/sparsevb/__init__.py +7 -0
- sparsevb-0.1.1/sparsevb/cpp_src/fit_linear.cpp +91 -0
- sparsevb-0.1.1/sparsevb/cpp_src/fit_linear.h +27 -0
- sparsevb-0.1.1/sparsevb/cpp_src/fit_logit.cpp +158 -0
- sparsevb-0.1.1/sparsevb/cpp_src/fit_logit.h +28 -0
- sparsevb-0.1.1/sparsevb/cpp_src/laplace_obj_fn.cpp +23 -0
- sparsevb-0.1.1/sparsevb/cpp_src/laplace_obj_fn.h +25 -0
- sparsevb-0.1.1/sparsevb/cpp_src/misc_fn.cpp +31 -0
- sparsevb-0.1.1/sparsevb/cpp_src/misc_fn.h +16 -0
- sparsevb-0.1.1/sparsevb/fit_linear_standalone.cpp +47 -0
- sparsevb-0.1.1/sparsevb/fit_linear_standalone.h +8 -0
- sparsevb-0.1.1/sparsevb/include/Rcpp/Rcpp_mock.h +63 -0
- sparsevb-0.1.1/sparsevb/include/Rcpp.h +1 -0
- sparsevb-0.1.1/sparsevb/include/RcppArmadillo.h +1 -0
- sparsevb-0.1.1/sparsevb/include/RcppEnsmallen.h +1 -0
- sparsevb-0.1.1/sparsevb/svb_fit.cpp +16358 -0
- sparsevb-0.1.1/sparsevb/svb_fit.pyx +138 -0
- sparsevb-0.1.1/sparsevb/svb_wrappers.cpp +75 -0
- sparsevb-0.1.1/sparsevb/svb_wrappers.h +9 -0
- sparsevb-0.1.1/sparsevb.egg-info/PKG-INFO +101 -0
- sparsevb-0.1.1/sparsevb.egg-info/SOURCES.txt +1643 -0
- sparsevb-0.1.1/sparsevb.egg-info/dependency_links.txt +1 -0
- sparsevb-0.1.1/sparsevb.egg-info/requires.txt +3 -0
- sparsevb-0.1.1/sparsevb.egg-info/top_level.txt +1 -0
- sparsevb-0.1.1/tests/test_svb_fit.py +48 -0
- sparsevb-0.1.1/tests/test_svb_fit_advanced.py +72 -0
- sparsevb-0.1.1/tests/test_svb_fit_r_comparison.py +91 -0
sparsevb-0.1.1/PKG-INFO
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: sparsevb
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Spike-and-Slab Variational Bayes for Linear and Logistic Regression
|
|
5
|
+
Author-email: Gabriel Clara <gabriel.j.clara@gmail.com>
|
|
6
|
+
License-Expression: GPL-3.0-or-later
|
|
7
|
+
Project-URL: Repository, https://gitlab.com/gclara/varpack
|
|
8
|
+
Keywords: variational-bayes,spike-and-slab,sparse-regression,bayesian,variable-selection
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
|
11
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Cython
|
|
20
|
+
Classifier: Programming Language :: C++
|
|
21
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
22
|
+
Classifier: Operating System :: MacOS
|
|
23
|
+
Requires-Python: >=3.8
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
Requires-Dist: numpy>=1.20.0
|
|
26
|
+
Requires-Dist: scipy>=1.6.0
|
|
27
|
+
Requires-Dist: scikit-learn>=1.0.0
|
|
28
|
+
|
|
29
|
+
# sparsevb
|
|
30
|
+
|
|
31
|
+
A Python package for Spike-and-Slab Variational Bayes for Linear and Logistic Regression.
|
|
32
|
+
|
|
33
|
+
## Description
|
|
34
|
+
|
|
35
|
+
This package provides variational Bayesian algorithms to perform scalable variable selection for sparse, high-dimensional linear and logistic regression models. The algorithms are implemented in C++ for performance and exposed to Python using Cython.
|
|
36
|
+
|
|
37
|
+
It is a direct port of the R `sparsevb` package, using the same underlying C++ logic but with a Pythonic API.
|
|
38
|
+
|
|
39
|
+
## Installation
|
|
40
|
+
|
|
41
|
+
To install the package from source:
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
pip install .
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Usage
|
|
48
|
+
|
|
49
|
+
Here is a basic example of how to use the package:
|
|
50
|
+
|
|
51
|
+
```python
|
|
52
|
+
import numpy as np
|
|
53
|
+
from sparsevb import svb_fit_linear, svb_fit_logit
|
|
54
|
+
|
|
55
|
+
# Generate some synthetic data
|
|
56
|
+
np.random.seed(42)
|
|
57
|
+
n_samples, n_features = 200, 20
|
|
58
|
+
X = np.random.randn(n_samples, n_features)
|
|
59
|
+
beta_true = np.zeros(n_features)
|
|
60
|
+
beta_true[:3] = [1.5, -2.0, 3.0]
|
|
61
|
+
intercept_true = 5.0
|
|
62
|
+
y = X.dot(beta_true) + intercept_true + 0.1 * np.random.randn(n_samples)
|
|
63
|
+
|
|
64
|
+
# Fit a sparse linear regression model
|
|
65
|
+
res = svb_fit_linear(X, y, intercept=True)
|
|
66
|
+
print("Estimated coefficients (mu * gamma):", res['mu'] * res['gamma'])
|
|
67
|
+
print("Estimated intercept:", res['intercept'])
|
|
68
|
+
print("Estimated noise variance (noise_sd):", res['noise_sd'])
|
|
69
|
+
|
|
70
|
+
# For logistic regression (binary classification)
|
|
71
|
+
logits = X.dot(beta_true) + intercept_true
|
|
72
|
+
probs = 1 / (1 + np.exp(-logits))
|
|
73
|
+
y_binary = (np.random.rand(n_samples) < probs).astype(float)
|
|
74
|
+
|
|
75
|
+
res_logit = svb_fit_logit(X, y_binary, intercept=True)
|
|
76
|
+
print("Estimated logistic coefficients:", res_logit['mu'] * res_logit['gamma'])
|
|
77
|
+
print("Estimated logistic intercept:", res_logit['intercept'])
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Features
|
|
81
|
+
|
|
82
|
+
- **Prioritized Initialization**: Uses Ridge and Lasso (via `scikit-learn`) to provide robust starting points.
|
|
83
|
+
- **Intercept Handling**: Built-in support for model intercepts.
|
|
84
|
+
- **Noise Estimation**: Automatic estimation of residual noise for linear models.
|
|
85
|
+
- **Same Core Logic**: Uses the exact same C++ algorithms as the original R package for reliable results.
|
|
86
|
+
|
|
87
|
+
## Dependencies
|
|
88
|
+
|
|
89
|
+
- Python >= 3.8
|
|
90
|
+
- NumPy >= 1.20.0
|
|
91
|
+
- SciPy >= 1.6.0
|
|
92
|
+
- scikit-learn >= 1.0.0
|
|
93
|
+
- Cython >= 0.29.0
|
|
94
|
+
|
|
95
|
+
## License
|
|
96
|
+
|
|
97
|
+
This project is licensed under the GNU General Public License v3.0.
|
|
98
|
+
|
|
99
|
+
## References
|
|
100
|
+
|
|
101
|
+
- Kolyan Ray and Botond Szabo (2020). "Scalable Spike-and-Slab Variational Bayes for Linear and Logistic Regression." [DOI:10.1080/01621459.2020.1847121](https://doi.org/10.1080/01621459.2020.1847121)
|
sparsevb-0.1.1/README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# sparsevb
|
|
2
|
+
|
|
3
|
+
A Python package for Spike-and-Slab Variational Bayes for Linear and Logistic Regression.
|
|
4
|
+
|
|
5
|
+
## Description
|
|
6
|
+
|
|
7
|
+
This package provides variational Bayesian algorithms to perform scalable variable selection for sparse, high-dimensional linear and logistic regression models. The algorithms are implemented in C++ for performance and exposed to Python using Cython.
|
|
8
|
+
|
|
9
|
+
It is a direct port of the R `sparsevb` package, using the same underlying C++ logic but with a Pythonic API.
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
To install the package from source:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
pip install .
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
Here is a basic example of how to use the package:
|
|
22
|
+
|
|
23
|
+
```python
|
|
24
|
+
import numpy as np
|
|
25
|
+
from sparsevb import svb_fit_linear, svb_fit_logit
|
|
26
|
+
|
|
27
|
+
# Generate some synthetic data
|
|
28
|
+
np.random.seed(42)
|
|
29
|
+
n_samples, n_features = 200, 20
|
|
30
|
+
X = np.random.randn(n_samples, n_features)
|
|
31
|
+
beta_true = np.zeros(n_features)
|
|
32
|
+
beta_true[:3] = [1.5, -2.0, 3.0]
|
|
33
|
+
intercept_true = 5.0
|
|
34
|
+
y = X.dot(beta_true) + intercept_true + 0.1 * np.random.randn(n_samples)
|
|
35
|
+
|
|
36
|
+
# Fit a sparse linear regression model
|
|
37
|
+
res = svb_fit_linear(X, y, intercept=True)
|
|
38
|
+
print("Estimated coefficients (mu * gamma):", res['mu'] * res['gamma'])
|
|
39
|
+
print("Estimated intercept:", res['intercept'])
|
|
40
|
+
print("Estimated noise variance (noise_sd):", res['noise_sd'])
|
|
41
|
+
|
|
42
|
+
# For logistic regression (binary classification)
|
|
43
|
+
logits = X.dot(beta_true) + intercept_true
|
|
44
|
+
probs = 1 / (1 + np.exp(-logits))
|
|
45
|
+
y_binary = (np.random.rand(n_samples) < probs).astype(float)
|
|
46
|
+
|
|
47
|
+
res_logit = svb_fit_logit(X, y_binary, intercept=True)
|
|
48
|
+
print("Estimated logistic coefficients:", res_logit['mu'] * res_logit['gamma'])
|
|
49
|
+
print("Estimated logistic intercept:", res_logit['intercept'])
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Features
|
|
53
|
+
|
|
54
|
+
- **Prioritized Initialization**: Uses Ridge and Lasso (via `scikit-learn`) to provide robust starting points.
|
|
55
|
+
- **Intercept Handling**: Built-in support for model intercepts.
|
|
56
|
+
- **Noise Estimation**: Automatic estimation of residual noise for linear models.
|
|
57
|
+
- **Same Core Logic**: Uses the exact same C++ algorithms as the original R package for reliable results.
|
|
58
|
+
|
|
59
|
+
## Dependencies
|
|
60
|
+
|
|
61
|
+
- Python >= 3.8
|
|
62
|
+
- NumPy >= 1.20.0
|
|
63
|
+
- SciPy >= 1.6.0
|
|
64
|
+
- scikit-learn >= 1.0.0
|
|
65
|
+
- Cython >= 0.29.0
|
|
66
|
+
|
|
67
|
+
## License
|
|
68
|
+
|
|
69
|
+
This project is licensed under the GNU General Public License v3.0.
|
|
70
|
+
|
|
71
|
+
## References
|
|
72
|
+
|
|
73
|
+
- Kolyan Ray and Botond Szabo (2020). "Scalable Spike-and-Slab Variational Bayes for Linear and Logistic Regression." [DOI:10.1080/01621459.2020.1847121](https://doi.org/10.1080/01621459.2020.1847121)
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Emacs, please make this -*- mode: C++; -*-
|
|
2
|
+
|
|
3
|
+
// RcppArmadillo: Rcpp/Armadillo glue
|
|
4
|
+
//
|
|
5
|
+
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadillo
|
|
23
|
+
#define RcppArmadillo__RcppArmadillo
|
|
24
|
+
|
|
25
|
+
#if defined(Rcpp_hpp) && !defined(COMPILING_RCPPARMADILLO)
|
|
26
|
+
#error "The file 'Rcpp.h' should not be included. Please correct to include only 'RcppArmadillo.h'."
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
// We are undoing a design decision from early on by allowing vectors be returned
|
|
30
|
+
// as standard 'one-dimension' objects -- as opposed to the matrix form we imposed
|
|
31
|
+
#define RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR
|
|
32
|
+
|
|
33
|
+
// Deal with Armadillo 14.6.3 (fallback) versus 15.0.* (or later, preference) selection
|
|
34
|
+
#include <RcppArmadillo/version/arma.h>
|
|
35
|
+
|
|
36
|
+
// Set up actual #include <armadillo> after first #include <RcppArmadilloConfig> and more config
|
|
37
|
+
#include <RcppArmadillo/interface/RcppArmadilloForward.h>
|
|
38
|
+
|
|
39
|
+
// Automatically include Rcpp as well -- but only the 'light' mode sans modules
|
|
40
|
+
#include <Rcpp/Light>
|
|
41
|
+
|
|
42
|
+
// Remaining RcppArmadillo code
|
|
43
|
+
#include <RcppArmadillo/interface/RcppArmadilloWrap.h>
|
|
44
|
+
#include <RcppArmadillo/interface/RcppArmadilloAs.h>
|
|
45
|
+
#include <RcppArmadillo/interface/RcppArmadilloSugar.h>
|
|
46
|
+
|
|
47
|
+
#endif
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Emacs, please make this -*- mode: C++; -*-
|
|
2
|
+
|
|
3
|
+
// RcppArmadillo: Rcpp/Armadillo glue
|
|
4
|
+
//
|
|
5
|
+
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadillo
|
|
23
|
+
#define RcppArmadillo__RcppArmadillo
|
|
24
|
+
|
|
25
|
+
#if defined(Rcpp_hpp) && !defined(COMPILING_RCPPARMADILLO)
|
|
26
|
+
#error "The file 'Rcpp.h' should not be included. Please correct to include only 'RcppArmadillo.h'."
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
// We are undoing a design decision from early on by allowing vectors be returned
|
|
30
|
+
// as standard 'one-dimension' objects -- as opposed to the matrix form we imposed
|
|
31
|
+
#define RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR
|
|
32
|
+
|
|
33
|
+
// Deal with Armadillo 14.6.3 (fallback) versus 15.0.* (or later, preference) selection
|
|
34
|
+
#include <RcppArmadillo/version/arma.h>
|
|
35
|
+
|
|
36
|
+
// Set up actual #include <armadillo> after first #include <RcppArmadilloConfig> and more config
|
|
37
|
+
#include <RcppArmadillo/interface/RcppArmadilloForward.h>
|
|
38
|
+
|
|
39
|
+
// Automatically include Rcpp as well -- but only the 'lighter' mode sans modules and rtti
|
|
40
|
+
#include <Rcpp/Lighter>
|
|
41
|
+
|
|
42
|
+
// Remaining RcppArmadillo code
|
|
43
|
+
#include <RcppArmadillo/interface/RcppArmadilloWrap.h>
|
|
44
|
+
#include <RcppArmadillo/interface/RcppArmadilloAs.h>
|
|
45
|
+
#include <RcppArmadillo/interface/RcppArmadilloSugar.h>
|
|
46
|
+
|
|
47
|
+
#endif
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Emacs, please make this -*- mode: C++; -*-
|
|
2
|
+
|
|
3
|
+
// RcppArmadillo: Rcpp/Armadillo glue
|
|
4
|
+
//
|
|
5
|
+
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadillo
|
|
23
|
+
#define RcppArmadillo__RcppArmadillo
|
|
24
|
+
|
|
25
|
+
#if defined(Rcpp_hpp) && !defined(COMPILING_RCPPARMADILLO)
|
|
26
|
+
#error "The file 'Rcpp.h' should not be included. Please correct to include only 'RcppArmadillo.h'."
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
// We are undoing a design decision from early on by allowing vectors be returned
|
|
30
|
+
// as standard 'one-dimension' objects -- as opposed to the matrix form we imposed
|
|
31
|
+
#define RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR
|
|
32
|
+
|
|
33
|
+
// Deal with Armadillo 14.6.3 (fallback) versus 15.0.* (or later, preference) selection
|
|
34
|
+
#include <RcppArmadillo/version/arma.h>
|
|
35
|
+
|
|
36
|
+
// Set up actual #include <armadillo> after first #include <RcppArmadilloConfig> and more config
|
|
37
|
+
#include <RcppArmadillo/interface/RcppArmadilloForward.h>
|
|
38
|
+
|
|
39
|
+
// Automatically include Rcpp as well -- but only the 'lightest' mode sans modules, rtti, sugar
|
|
40
|
+
#include <Rcpp/Lightest>
|
|
41
|
+
|
|
42
|
+
// Remaining RcppArmadillo code
|
|
43
|
+
#include <RcppArmadillo/interface/RcppArmadilloWrap.h>
|
|
44
|
+
#include <RcppArmadillo/interface/RcppArmadilloAs.h>
|
|
45
|
+
#include <RcppArmadillo/interface/RcppArmadilloSugar.h>
|
|
46
|
+
|
|
47
|
+
#endif
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Emacs, please make this -*- mode: C++; -*-
|
|
2
|
+
|
|
3
|
+
// RcppArmadillo: Rcpp/Armadillo glue
|
|
4
|
+
//
|
|
5
|
+
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadillo
|
|
23
|
+
#define RcppArmadillo__RcppArmadillo
|
|
24
|
+
|
|
25
|
+
#if defined(Rcpp_hpp) && !defined(COMPILING_RCPPARMADILLO)
|
|
26
|
+
#error "The file 'Rcpp.h' should not be included. Please correct to include only 'RcppArmadillo.h'."
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
// We are undoing a design decision from early on by allowing vectors be returned
|
|
30
|
+
// as standard 'one-dimension' objects -- as opposed to the matrix form we imposed
|
|
31
|
+
#define RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR
|
|
32
|
+
|
|
33
|
+
// Deal with Armadillo 14.6.3 (fallback) versus 15.0.* (or later, preference) selection
|
|
34
|
+
#include <RcppArmadillo/version/arma.h>
|
|
35
|
+
|
|
36
|
+
// Set up actual #include <armadillo> after first #include <RcppArmadilloConfig> and more config
|
|
37
|
+
#include <RcppArmadillo/interface/RcppArmadilloForward.h>
|
|
38
|
+
|
|
39
|
+
// Automatically include Rcpp as well -- full version
|
|
40
|
+
#include <Rcpp/Rcpp>
|
|
41
|
+
|
|
42
|
+
// Remaining RcppArmadillo code
|
|
43
|
+
#include <RcppArmadillo/interface/RcppArmadilloWrap.h>
|
|
44
|
+
#include <RcppArmadillo/interface/RcppArmadilloAs.h>
|
|
45
|
+
#include <RcppArmadillo/interface/RcppArmadilloSugar.h>
|
|
46
|
+
|
|
47
|
+
#endif
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
|
|
2
|
+
// RcppArmadilloConfig.h: Rcpp/Armadillo glue
|
|
3
|
+
//
|
|
4
|
+
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel, Romain Francois and Douglas Bates
|
|
5
|
+
// Copyright (C) 2016 - 2025 George G. Vega Yon
|
|
6
|
+
// Copyright (C) 2017 - 2025 Serguei Sokol
|
|
7
|
+
//
|
|
8
|
+
// This file is part of RcppArmadillo.
|
|
9
|
+
//
|
|
10
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
11
|
+
// under the terms of the GNU General Public License as published by
|
|
12
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
13
|
+
// (at your option) any later version.
|
|
14
|
+
//
|
|
15
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
16
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
+
// GNU General Public License for more details.
|
|
19
|
+
//
|
|
20
|
+
// You should have received a copy of the GNU General Public License
|
|
21
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
22
|
+
|
|
23
|
+
#ifndef RcppArmadillo__RcppArmadilloConfig__h
|
|
24
|
+
#define RcppArmadillo__RcppArmadilloConfig__h
|
|
25
|
+
|
|
26
|
+
#if !defined(ARMA_USE_LAPACK)
|
|
27
|
+
#define ARMA_USE_LAPACK
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
#if !defined(ARMA_USE_BLAS)
|
|
31
|
+
#define ARMA_USE_BLAS
|
|
32
|
+
#endif
|
|
33
|
+
|
|
34
|
+
#define ARMA_HAVE_STD_ISFINITE
|
|
35
|
+
#define ARMA_HAVE_STD_ISINF
|
|
36
|
+
#define ARMA_HAVE_STD_ISNAN
|
|
37
|
+
#define ARMA_HAVE_STD_SNPRINTF
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* TODO: we might need to undef this on other platforms as well */
|
|
41
|
+
#if defined(__GNUC__) && defined(_WIN64) || defined(__FreeBSD__)
|
|
42
|
+
#undef ARMA_HAVE_STD_SNPRINTF
|
|
43
|
+
#endif
|
|
44
|
+
|
|
45
|
+
/*
|
|
46
|
+
suncc does not have std::isfinite (which is not standard)
|
|
47
|
+
so we tell armadillo not to use it, and comment out a few
|
|
48
|
+
others while we are at it
|
|
49
|
+
*/
|
|
50
|
+
#if defined(__SUNPRO_CC)
|
|
51
|
+
#undef ARMA_HAVE_STD_ISFINITE
|
|
52
|
+
#undef ARMA_HAVE_STD_SNPRINTF
|
|
53
|
+
#undef ARMA_HAVE_LOG1P
|
|
54
|
+
#undef ARMA_HAVE_STD_ISINF
|
|
55
|
+
#undef ARMA_HAVE_STD_ISNAN
|
|
56
|
+
#endif
|
|
57
|
+
|
|
58
|
+
// Let's be careful for now and undef this as not all compilers support this
|
|
59
|
+
//#if defined(ARMA_USE_CXX11)
|
|
60
|
+
//#undef ARMA_USE_CXX11
|
|
61
|
+
//#endif
|
|
62
|
+
|
|
63
|
+
// If C++11 has been selected at the R package level, use it for Armadillo too
|
|
64
|
+
// This is actually not needed, if the proper switch is set via -std=... then
|
|
65
|
+
// Armadillo will know (cf compilation with -DARMA_EXTRA_DEBUG set)
|
|
66
|
+
// #if defined(USE_CXX1X)
|
|
67
|
+
// #define ARMA_USE_CXX11
|
|
68
|
+
// #endif
|
|
69
|
+
|
|
70
|
+
// We can use R as the RNG provider, see RcppArmadilloForward.h which
|
|
71
|
+
// enables inclusion of the appropriate headers. Alternatively, the
|
|
72
|
+
// C++11 RNG can be used by commenting out the current default and
|
|
73
|
+
// selecting the C++11 RNG instead. Lastly, one could (but should not)
|
|
74
|
+
// fall back to the C++98 RNG (often from the C library) by defining neither.
|
|
75
|
+
|
|
76
|
+
// Rcpp has its own stream object which cooperates more nicely with R's i/o
|
|
77
|
+
// And as of Armadillo 2.4.3, we can use this stream object as well
|
|
78
|
+
//
|
|
79
|
+
// As of Armadillo 8.100.1, this has been renamed to ARMA_COUT_STREAM and
|
|
80
|
+
// ARMA_CERR_STREAM was added
|
|
81
|
+
//
|
|
82
|
+
#if !defined(ARMA_COUT_STREAM)
|
|
83
|
+
#define ARMA_COUT_STREAM Rcpp::Rcout
|
|
84
|
+
#endif
|
|
85
|
+
#if !defined(ARMA_CERR_STREAM)
|
|
86
|
+
#define ARMA_CERR_STREAM Rcpp::Rcerr
|
|
87
|
+
#endif
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
// R now defines NDEBUG which suppresses a number of useful Armadillo tests
|
|
91
|
+
// Users can still defined it later, and/or define ARMA_NO_DEBUG
|
|
92
|
+
// Updated 2022-Nov to only undefined if opt-in define has been set
|
|
93
|
+
#if defined(RCPPARMADILLO_UNDEFINE_NDEBUG) && defined(NDEBUG)
|
|
94
|
+
#undef NDEBUG
|
|
95
|
+
#endif
|
|
96
|
+
|
|
97
|
+
// On Windows do not read autoconf-updated header
|
|
98
|
+
#if defined(WIN32) || defined(_WIN32)
|
|
99
|
+
// R can be built with its own Rlapack library, or use an external
|
|
100
|
+
// one. Only the latter has zgesdd, a complex-valued SVD using divide-and-conquer
|
|
101
|
+
// on Windows we do not assume ZGESDD
|
|
102
|
+
//
|
|
103
|
+
// Update 2025-Nov: R now generally has good enough LAPACK/BLAS, and newer Arma
|
|
104
|
+
// versions whine so protecting this now for use with Armadillo older than 15.*
|
|
105
|
+
#if defined(ARMA_SELECTED_LEGACY_VERSION)
|
|
106
|
+
#define ARMA_CRIPPLED_LAPACK 1
|
|
107
|
+
#endif
|
|
108
|
+
// on Windows we can now assume OpenMP with Rtools / gcc 4.9.3
|
|
109
|
+
// note that performance is said to still be poor
|
|
110
|
+
// cf https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#The-MinGW_002dw64-toolchain
|
|
111
|
+
#define ARMA_USE_OPENMP
|
|
112
|
+
#else
|
|
113
|
+
// on the other OSs we test via LAPACK_LIBS (in configure) which
|
|
114
|
+
// updates this include file
|
|
115
|
+
#include <RcppArmadillo/config/RcppArmadilloConfigGenerated.h>
|
|
116
|
+
#endif
|
|
117
|
+
|
|
118
|
+
// Many client packages do not set the OpenMP compiler flag in their src/Makevars
|
|
119
|
+
// (ie add $(SHLIB_OPENMP_CXXFLAGS) to the PKG_CXXFLAGS line as we do) so to tone
|
|
120
|
+
// down the line noise we ask Armadillo not to print the warning
|
|
121
|
+
#if defined(ARMA_USE_OPENMP)
|
|
122
|
+
//#if !defined(_OPENMP)
|
|
123
|
+
// #pragma message("NOTE: To enable OpenMP-based speedups, add -fopenmp to the compiler flags. See Writing R Extension (Sec 1.2.1) and R Inst. + Admin. (Sec 6.3.3) for details.")
|
|
124
|
+
//#endif
|
|
125
|
+
#define ARMA_DONT_PRINT_OPENMP_WARNING 1
|
|
126
|
+
#endif
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
// Under C++11 and C++14, Armadillo now defaults to using int64_t for
|
|
130
|
+
// integers. This prevents us from passing integer vectors to R as
|
|
131
|
+
// only used int32_t -- so we select the shorter representation here.
|
|
132
|
+
// Unless int64_t is explicitly required during compilation.
|
|
133
|
+
#if !defined(ARMA_64BIT_WORD)
|
|
134
|
+
#define ARMA_32BIT_WORD 1
|
|
135
|
+
#endif
|
|
136
|
+
|
|
137
|
+
// To return arma::vec or arma::rowvec as R vector (i.e. dimensionless),
|
|
138
|
+
// one of the following macro can be defined before including
|
|
139
|
+
// RcppArmadillo.h. "ANYVEC" applys for both col- and row-vec.
|
|
140
|
+
//#define RCPP_ARMADILLO_RETURN_COLVEC_AS_VECTOR
|
|
141
|
+
//#define RCPP_ARMADILLO_RETURN_ROWVEC_AS_VECTOR
|
|
142
|
+
//#define RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR
|
|
143
|
+
|
|
144
|
+
// To preserve all dims of arma::field when passing objects to or from R
|
|
145
|
+
// the following macro can be defined before including RcppArmadillo.h.
|
|
146
|
+
// see https://github.com/RcppCore/RcppArmadillo/pull/352
|
|
147
|
+
// #define RCPP_ARMADILLO_FIX_Field
|
|
148
|
+
|
|
149
|
+
#endif
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
// RcppArmadilloConfigGenerated.h: Autoconf-updated file for LAPACK and OpenMP choices
|
|
3
|
+
//
|
|
4
|
+
// Copyright (C) 2013 - 2025 Dirk Eddelbuettel
|
|
5
|
+
// 2025 James J. Balamuta
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadilloConfigGenerated__h
|
|
23
|
+
#define RcppArmadillo__RcppArmadilloConfigGenerated__h
|
|
24
|
+
|
|
25
|
+
// macOS special case as discussed in https://github.com/RcppCore/RcppArmadillo/issues/493
|
|
26
|
+
#if !defined(ARMA_USE_OPENMP)
|
|
27
|
+
#if defined(__APPLE__) && defined(_OPENMP)
|
|
28
|
+
// User has OpenMP available, but check if they want it disabled
|
|
29
|
+
#ifndef RCPPARMADILLO_MACOS_DISABLE_OPENMP
|
|
30
|
+
#define ARMA_USE_OPENMP 1
|
|
31
|
+
#else
|
|
32
|
+
#define ARMA_DONT_USE_OPENMP 1
|
|
33
|
+
#endif
|
|
34
|
+
#else
|
|
35
|
+
// from configure test for OpenMP based on how R is configured
|
|
36
|
+
#define ARMA_USE_OPENMP 1
|
|
37
|
+
#endif
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#endif
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
// RcppArmadilloConfigGenerated.h: Autoconf-updated file for LAPACK and OpenMP choices
|
|
3
|
+
//
|
|
4
|
+
// Copyright (C) 2013 - 2025 Dirk Eddelbuettel
|
|
5
|
+
// 2025 James J. Balamuta
|
|
6
|
+
//
|
|
7
|
+
// This file is part of RcppArmadillo.
|
|
8
|
+
//
|
|
9
|
+
// RcppArmadillo is free software: you can redistribute it and/or modify it
|
|
10
|
+
// under the terms of the GNU General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 2 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// RcppArmadillo is distributed in the hope that it will be useful, but
|
|
15
|
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU General Public License
|
|
20
|
+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
|
|
22
|
+
#ifndef RcppArmadillo__RcppArmadilloConfigGenerated__h
|
|
23
|
+
#define RcppArmadillo__RcppArmadilloConfigGenerated__h
|
|
24
|
+
|
|
25
|
+
// macOS special case as discussed in https://github.com/RcppCore/RcppArmadillo/issues/493
|
|
26
|
+
#if !defined(ARMA_USE_OPENMP)
|
|
27
|
+
#if defined(__APPLE__) && defined(_OPENMP)
|
|
28
|
+
// User has OpenMP available, but check if they want it disabled
|
|
29
|
+
#ifndef RCPPARMADILLO_MACOS_DISABLE_OPENMP
|
|
30
|
+
#define ARMA_USE_OPENMP 1
|
|
31
|
+
#else
|
|
32
|
+
#define ARMA_DONT_USE_OPENMP 1
|
|
33
|
+
#endif
|
|
34
|
+
#else
|
|
35
|
+
// from configure test for OpenMP based on how R is configured
|
|
36
|
+
@ARMA_HAVE_OPENMP@
|
|
37
|
+
#endif
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#endif
|