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
052d91349ac7a0daa83662d9bb9464f4ac506b3e
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: 99ms Template: 2ms
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