Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more
Replicate< MatrixType, RowFactor, ColFactor > Class Template Reference
[Core module]
Expression of the multiple replication of a matrix or vector. More...
#include <Replicate.h>
Inherits internal::dense_xpr_base::type< Replicate< MatrixType, RowFactor, ColFactor > >.
Detailed Description
template<typename MatrixType, int RowFactor, int ColFactor>
class Eigen::Replicate< MatrixType, RowFactor, ColFactor >
Expression of the multiple replication of a matrix or vector.
- Parameters:
-
MatrixType the type of the object we are replicating
This class represents an expression of the multiple replication of a matrix or vector. It is the return type of DenseBase::replicate() and most of the time this is the only way it is used.
- See also:
- DenseBase::replicate()
Definition at line 62 of file Replicate.h.
Generated on Tue Jul 12 2022 17:47:04 by
