Home | History | Annotate | Download | only in doc

Lines Matching full:matrix

11 In this section we will see how to add custom methods to MatrixBase. Since all expressions and matrix types inherit MatrixBase, adding a method to MatrixBase make it immediately available to all expressions ! A typical use case is, for instance, to make Eigen compatible with another API.
73 \section InheritingFromMatrix Inheriting from Matrix
75 Before inheriting from Matrix, be really, i mean REALLY sure that using
77 If you just need to add few members to Matrix, this is the way to go.
79 An example of when you actually need to inherit Matrix, is when you have
80 several layers of heritage such as MyVerySpecificVector1,MyVerySpecificVector1 -> MyVector1 -> Matrix and.
81 MyVerySpecificVector3,MyVerySpecificVector4 -> MyVector2 -> Matrix.
114 (((Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
116 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
118 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>, ExpressionType =
119 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>](((const
120 Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>
121 >&)(((const Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1,