mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
rework Identity API: no longer restricted to square matrices
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
*
|
||||
* \brief Expression of a zero matrix or vector.
|
||||
*
|
||||
* \sa MatrixBase::zero(), MatrixBase::zero(int), MatrixBase::zero(int,int)
|
||||
* \sa MatrixBase::zero(), MatrixBase::zero(int), MatrixBase::zero(int,int),
|
||||
* MatrixBase::setZero(), MatrixBase::isZero()
|
||||
*/
|
||||
template<typename MatrixType> class Zero : NoOperatorEquals,
|
||||
public MatrixBase<typename MatrixType::Scalar, Zero<MatrixType> >
|
||||
|
||||
Reference in New Issue
Block a user