alg::ans
#include "solvers.hpp"
Public Attributes
Name | |
---|---|
std::vector< D > | real |
std::vector< std::complex< D > > | imag |
Detailed Description
template <typename D >
struct alg::ans;
Public Attributes Documentation
variable real
std::vector< D > real;
variable imag
std::vector< std::complex< D > > imag;
Updated on 4 September 2022 at 18:30:41 EEST