Add functions
This commit is contained in:
parent
0430b0fcf0
commit
6cff40e678
38
src/simpleFile.cpp
Normal file
38
src/simpleFile.cpp
Normal file
@ -0,0 +1,38 @@
|
||||
#include <armadillo>
|
||||
|
||||
arma::vec* general_algorithm(
|
||||
arma::vec* sub_diag,
|
||||
arma::vec* main_diag,
|
||||
arma::vec* sup_diag,
|
||||
arma::vec* g_vec
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
arma::vec* special_algorithm(
|
||||
double sub_sig,
|
||||
double main_sig,
|
||||
double sup_sig,
|
||||
arma::vec* g_vec
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
arma::vec* error(
|
||||
arma::vec* v_vec,
|
||||
arma::vec* a_vec
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
double time() {
|
||||
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user