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
3573a107120c3762c1f9b6b17f62d817ee1a9ec0
eigen/doc/snippets/Cwise_product.cpp

5 lines
141 B
C++
Raw Normal View History

Various documentation updates: - update the tutorial - update doc of deprecated cwise function - update cwise doc snippets
2010-01-06 17:18:38 +01:00
Array33i a = Array33i::Random(), b = Array33i::Random();
Array33i c = a * b;
* Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: => up to 6 times faster ! * Added DirectAccessBit to Part * Added an exemple of a cwise operator * Renamed perpendicular() => someOrthogonal() (geometry module) * Fix a weired bug in ei_constant_functor: the default copy constructor did not copy the imaginary part when the single member of the class is a complex...
2008-07-26 20:40:29 +00:00
cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 275ms Template: 14ms
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