Go to the source code of this file.
◆ main()
int main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
Definition at line 12 of file class_CwiseBinaryOp.cpp.
14 Matrix4d m1 = Matrix4d::Random(),
m2 = Matrix4d::Random();
15 std::cout <<
m1.binaryExpr(
m2, MakeComplexOp<double>()) << std::endl;
Matrix< double, 4, 4 > Matrix4d
4×4 matrix of type double.