This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6eff3e5185
eigen
/
doc
/
snippets
/
MatrixBase_array.cpp
5 lines
70 B
C++
Raw
Normal View
History
Unescape
Escape
* doc improvements in Cwise and PartialRedux: - 33 new snippets - unfuck doxygen output in Cwise (issues with function macros) - more see-also links from outside, making Cwise more discoverable * rename matrixNorm() to operatorNorm(). There are many matrix norms (the L2 is another one) but only one is called the operator norm. Risk of confusion with keyword operator is not too scary after all.
2008-08-19 12:30:28 +08:00
Vector3d
v
(
1
,
2
,
3
)
;
Various documentation updates: - update the tutorial - update doc of deprecated cwise function - update cwise doc snippets
2010-01-07 00:18:38 +08:00
v
.
array
(
)
+
=
3
;
v
.
array
(
)
-
=
2
;
* doc improvements in Cwise and PartialRedux: - 33 new snippets - unfuck doxygen output in Cwise (issues with function macros) - more see-also links from outside, making Cwise more discoverable * rename matrixNorm() to operatorNorm(). There are many matrix norms (the L2 is another one) but only one is called the operator norm. Risk of confusion with keyword operator is not too scary after all.
2008-08-19 12:30:28 +08:00
cout
<
<
v
<
<
endl
;
Reference in New Issue
Copy Permalink