Lines Matching refs:dense
31 …- Matrix means plain dense matrix. If \c m is a \c %Matrix, then, for instance, \c m+m is no longe…
33 …- MatrixBase means dense matrix expression. This means that a \c %MatrixBase is something that can…
36 …- Array means plain dense array. If \c x is an \c %Array, then, for instance, \c x+x is no longer …
38 …- ArrayBase means dense array expression. This means that an \c %ArrayBase is something that can be
41 …- DenseBase means dense (matrix or array) expression. Both \c %ArrayBase and \c %MatrixBase inherit
42 …\c %DenseBase. \c %DenseBase is where all the methods go that apply to dense expressions regardles…
51 …- PlainObjectBase means dense (matrix or array) plain object, i.e. something that stores its own d…
58 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
60 …accessors is very different depending on whether a dense expression has direct memory access or no…
65 …- EigenBase means anything that can be evaluated into a plain dense matrix or array (even if that …
67 … matrix or array. It is a base class for \c %DenseCoeffsBase, so it sits below all our dense class
68 …hierarchy, but it is not limited to dense expressions. For example, \c %EigenBase is also inherite…
118 Finally, consider an example of something that is not a dense expression, for instance a diagonal m…