Eigen: Updated to version 3.2.7

git-svn-id: svn://ultimatepp.org/upp/trunk@9469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2016-02-12 22:23:46 +00:00
parent 9be1043110
commit bb5315c1ae
63 changed files with 526 additions and 222 deletions

View file

@ -1,7 +1,7 @@
#ifndef _Eigen_UppMatrixPlugin_h_
#define _Eigen_UppMatrixPlugin_h_
UPP::String ToString() const{
UPP::String ToString() const {
std::stringstream s;
s << *this;
return s.str();