MCPcopy Create free account
hub / github.com/PX4/eigen / operator*

Method operator*

Eigen/src/Core/DiagonalMatrix.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 EIGEN_DEVICE_FUNC
75 inline const DiagonalWrapper<const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(DiagonalVectorType,Scalar,product) >
76 operator*(const Scalar& scalar) const
77 {
78 return DiagonalWrapper<const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(DiagonalVectorType,Scalar,product) >(diagonal() * scalar);
79 }
80 EIGEN_DEVICE_FUNC
81 friend inline const DiagonalWrapper<const EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar,DiagonalVectorType,product) >
82 operator*(const Scalar& scalar, const DiagonalBase& other)

Callers

nothing calls this directly

Calls 2

diagonalFunction · 0.85
diagonalMethod · 0.45

Tested by

no test coverage detected