Spectral Integral Suite in C++
|
Solving for the principal singular values of an Oldroyd-B fluid. See Figure 8 in [3]. More...
Solving for the principal singular values of an Oldroyd-B fluid. See Figure 8 in [3].
Definition in file Ex_13.cpp.
Go to the source code of this file.
Macros | |
#define | EIGEN_USE_MKL_ALL |
#define | EIGEN_FAST_MATH 0 |
Typedefs | |
typedef complex< double > | Cd_t |
typedef valarray< double > | Vd_t |
typedef valarray< complex< double > > | Vcd_t |
Functions | |
int | main () |
int main | ( | ) |
Definition at line 20 of file Ex_13.cpp.
References sis::Linop< T >::coef, sis::SingularValueDecomposition< T >::compute(), sis::GeneralizedEigenSolver< T >::eigenvalues, ii(), sis::N, std::pow(), sis::sis_setup(), and sis::yc().