introduce check target, and some renaming

This commit is contained in:
Benoit Jacob
2009-11-12 15:02:52 -05:00
parent 8b563d7163
commit 9b7708f660
6 changed files with 11 additions and 4 deletions

View File

@@ -23,6 +23,9 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
// work around "uninitialized" warnings and give that option some testing
#define EIGEN_INITIALIZE_MATRICES_BY_ZERO
#ifndef EIGEN_NO_STATIC_ASSERT
#define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them
#endif