aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_adjoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/MatrixBase_adjoint.cpp')
-rw-r--r--doc/snippets/MatrixBase_adjoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/MatrixBase_adjoint.cpp b/doc/snippets/MatrixBase_adjoint.cpp
index 661803ca1..4680d5938 100644
--- a/doc/snippets/MatrixBase_adjoint.cpp
+++ b/doc/snippets/MatrixBase_adjoint.cpp
@@ -1,3 +1,3 @@
-Matrix2cf m = Matrix2cf::random();
+Matrix2cf m = Matrix2cf::Random();
cout << "Here is the 2x2 complex matrix m:" << endl << m << endl;
cout << "Here is the adjoint of m:" << endl << m.adjoint() << endl;