-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removal of arma:: qualifier from functions (#205)
* replaced arma::*class* in mixtures.cpp * removed arma:: in distances.cpp * replaced arma:: in importance_sampling.cpp * leapandshift * removed more arma:: in misc.cpp * removed arma::*class* in missing_data.cpp * removing arma:: in pairwise_comparisons.cpp * removing arma:: in parameterupdates.cpp * removing arma:: in partitionfuns.cpp * removing arma:: in rmallows.cpp * removing arma:: in run_mcmc.cpp * removed arma::*class* from smc functions * replaced arma::ones with ones * replaced arma::zeros and arma::rand* with zeros and rand* * replaced arma::fill* with fill* * replaced arma::span with span * replaced arma::exp with exp * replaced arma::log with log * replaced arma::accu with accu * replaced arma::conv_to with conv_to * replaced arma::max and arma::min with max and min * replaced arma::sum with sum * replaced arma::normalise with normalise * replaced arma::find with find * replaced arma::regspace and arma::linspace with regspace and linspace * replaced arma::shuffle with shuffle * replaced arma::as_scalar with as_scalar * removed arma:: from various not-so-frequently-used functions * removal of arma:: qualifier from more functions
- Loading branch information
Showing
26 changed files
with
490 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.