-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rearrange cpp source files based on headers
- Loading branch information
Showing
18 changed files
with
3,206 additions
and
3,207 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifndef BVHAR_MNIW_H | ||
#define BVHAR_MNIW_H | ||
|
||
#include "src/core/interrupt.h" | ||
|
||
#include "src/bayes/mniw/minnesota.h" | ||
#include "src/bayes/mniw/forecaster.h" | ||
#include "src/bayes/mniw/spillover.h" | ||
|
||
#endif // BVHAR_MNIW_H |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef BVHAR_TRIANGULAR_H | ||
#define BVHAR_TRIANGULAR_H | ||
|
||
#include "src/bayes/triangular/triangular.h" | ||
#include "src/bayes/triangular/forecaster.h" | ||
#include "src/bayes/triangular/spillover.h" | ||
|
||
#endif // BVHAR_TRIANGULAR_H |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.