Commit f4f5bf7c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Small fixes in documentation of multidiagonal matrix.

parent 18779e30
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ class MultidiagonalMatrix : public Matrix< Real, Device, Index, RealAllocator >
       * \e localIdx parameter is a rank of the non-zero element in given row. It is also, in fact,
       *  index of the matrix subdiagonal.
       *
       * \e columnIdx is a column index of the matrx element.
       * \e columnIdx is a column index of the matrix element.
       *
       * \e value is a reference to the matrix element value. It can be used even for changing the matrix element value.
       *