Skip to content

fullVector and complex values

Nicolas Marsic requested to merge complex_fullVector into master

fullVector<>::norm() is wrong for complex values -> add complex specialisation (keep inline and double version for performances). Specialisation of fullVector<>::axpy for complex values.

Merge request reports