Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
85d80d0fcdae55abcedd07b6ec4b66705f913a77
eigen/Eigen/Array

13 lines
310 B
Plaintext
Raw Normal View History

moved purely "array" related stuff to a new module Array. This include: - cwise Pow,Sin,Cos,Exp... - cwise Greater and other comparison operators - .any(), .all() and partial reduction - random
2008-05-31 18:11:48 +00:00
#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
Moved the Array module to Core.
2010-01-20 20:51:01 +01:00
// No idea how to do that per file for gcc...
#ifdef _MSC_VER
#pragma message("The inclusion of Eigen/Array is deprecated. The array module is \
available as soon as Eigen/Core is included.");
#endif
Add .perpendicular() function in Geometry module (adapted from Eigen1) Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator<
2008-07-22 10:54:42 +00:00
Moved the Array module to Core.
2010-01-20 20:51:01 +01:00
#include "Core"
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside of Eigen, and add a MSVC-friendly path in StaticAssert.
2008-12-18 20:48:02 +00:00
moved purely "array" related stuff to a new module Array. This include: - cwise Pow,Sin,Cos,Exp... - cwise Greater and other comparison operators - .any(), .all() and partial reduction - random
2008-05-31 18:11:48 +00:00
#endif // EIGEN_ARRAY_MODULE_H
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 539ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API