Loading src/TNL/Matrices/MultidiagonalMatrix.h +5 −5 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading
src/TNL/Matrices/MultidiagonalMatrix.h +5 −5 Original line number Diff line number Diff line Loading @@ -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. * Loading