mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-09 14:46:31 +08:00

If the number of coefficients does not match the matrix size, then an assertion is raised. No support for xpr on the right side for the moment. * Added support for assertion checking. This allows to test that an assertion is indeed raised when it should be. * Fixed a mistake in the CwiseUnary example.