OscProb
complexsolver.h
Go to the documentation of this file.
1#ifndef COMPLEXSOLVER_H
2#define COMPLEXSOLVER_H
3
4#include <Eigen/Core>
5
6#include "Definitions.h"
7
8void complexsolver(const Eigen::Matrix3cd& A, OscProb::vectorD& w);
9
10#endif
void complexsolver(const Eigen::Matrix3cd &A, OscProb::vectorD &w)
std::vector< double > vectorD
Definition: Definitions.h:18