mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Doc: add links and discourage user to write their own expression (better use CwiseNullaryOp)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
namespace Eigen {
|
||||
|
||||
/** \page TopicCustomizing_NullaryExpr Manipulate matrices through nullary-expression
|
||||
/** \page TopicCustomizing_NullaryExpr Matrix manipulation via nullary-expressions
|
||||
|
||||
|
||||
The main purpose of the class CwiseNullaryOp is to define \em procedural matrices such as constant or random matrices as returned by the Ones(), Zero(), Constant(), Identity() and Random() methods.
|
||||
Nevertheless, with some imagination it is possible to accomplish very sophisticated matrix manipulation with minimal efforts such that \ref TopicNewExpressionType "implementing new expression" is rarely needed.
|
||||
|
||||
\section NullaryExpr_Circulant
|
||||
\section NullaryExpr_Circulant Example 1: circulant matrix
|
||||
|
||||
To explore these possibilities let us start with the \em circulant example of the \ref TopicNewExpressionType "implementing new expression" topic.
|
||||
Let us recall that a circulant matrix is a matrix where each column is the same as the
|
||||
|
||||
Reference in New Issue
Block a user