boostorg / boostorg/odeint

controlled_runge_kutta complex State error with Eigen.

Open
#42 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
55
Forks
59
PR merge metrics
No merged PRs in 30d

Description

I get an error in Line 89:
`return algebra.norm_inf( x_err );` cant convert std::complex to double
i attempted to work around this by inserted a abs()
`return abs(algebra.norm_inf( x_err )); `
is this correct?

My state type is Eigen::VectorXcd
my Value type is double.
I'm using
`#include `

Thank you in advance and best Regards!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.