-
- Downloads
There was an error fetching the commit references. Please try again later.
Matrices: fixed type of 0 when passed to ParallelFor, reduce etc.
These functions expect all index parameters to have the same type, so we need to cast 0 to the IndexType, otherwise the function lookup will fail when IndexType is not int.
Showing
- src/TNL/Matrices/DenseMatrix.hpp 8 additions, 8 deletionssrc/TNL/Matrices/DenseMatrix.hpp
- src/TNL/Matrices/DenseMatrixView.hpp 9 additions, 9 deletionssrc/TNL/Matrices/DenseMatrixView.hpp
- src/TNL/Matrices/LambdaMatrix.hpp 4 additions, 4 deletionssrc/TNL/Matrices/LambdaMatrix.hpp
- src/TNL/Matrices/MultidiagonalMatrix.hpp 6 additions, 6 deletionssrc/TNL/Matrices/MultidiagonalMatrix.hpp
- src/TNL/Matrices/MultidiagonalMatrixView.hpp 9 additions, 9 deletionssrc/TNL/Matrices/MultidiagonalMatrixView.hpp
- src/TNL/Matrices/SparseMatrix.hpp 6 additions, 6 deletionssrc/TNL/Matrices/SparseMatrix.hpp
- src/TNL/Matrices/SparseMatrixView.hpp 11 additions, 11 deletionssrc/TNL/Matrices/SparseMatrixView.hpp
- src/TNL/Matrices/TridiagonalMatrix.hpp 6 additions, 6 deletionssrc/TNL/Matrices/TridiagonalMatrix.hpp
- src/TNL/Matrices/TridiagonalMatrixView.hpp 9 additions, 9 deletionssrc/TNL/Matrices/TridiagonalMatrixView.hpp
Loading
Please register or sign in to comment