Newer
Older

Michal Kravcenko
committed
/**
* Example solving the eigenvalue problem:
*
*
*
* @author Michal Kravčenko
* @date 3.9.18 -
*/
#include <random>
#include <iostream>
#include <fstream>
#include "../../include/4neuro.h"
#include "../Solvers/DESolver.h"
int main() {
return 0;
}