mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
DOC: Update documentation for 3.4.x
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
b0f877f8e0
commit
b0eded878d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user