DOC: Update documentation for 3.4.x

This commit is contained in:
Rohit Goswami
2023-04-06 19:20:41 +00:00
committed by Rasmus Munk Larsen
parent b0f877f8e0
commit b0eded878d
4 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ static bool eigen_did_assert = false;
#define eigen_assert(X) if(!eigen_did_assert && !(X)){ std::cout << "### Assertion raised in " << __FILE__ << ":" << __LINE__ << ":\n" #X << "\n### The following would happen without assertions:\n"; eigen_did_assert = true;}
#include <iostream>
#include <cassert>
#include <Eigen/Eigen>
#ifndef M_PI