mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
9be1043110
commit
bb5315c1ae
63 changed files with 526 additions and 222 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue