-
- Downloads
There was an error fetching the commit references. Please try again later.
Implementing Chunked Ellpack format.
Showing
- src/implementation/matrices/CMakeLists.txt 2 additions, 1 deletionsrc/implementation/matrices/CMakeLists.txt
- src/implementation/matrices/tnlCSRMatrix_impl.h 5 additions, 5 deletionssrc/implementation/matrices/tnlCSRMatrix_impl.h
- src/implementation/matrices/tnlChunkedEllpackMatrix_impl.h 29 additions, 22 deletionssrc/implementation/matrices/tnlChunkedEllpackMatrix_impl.h
- src/implementation/matrices/tnlDenseMatrix_impl.h 41 additions, 4 deletionssrc/implementation/matrices/tnlDenseMatrix_impl.h
- src/implementation/matrices/tnlEllpackMatrix_impl.h 5 additions, 5 deletionssrc/implementation/matrices/tnlEllpackMatrix_impl.h
- src/implementation/matrices/tnlMatrixReader_impl.h 140 additions, 0 deletionssrc/implementation/matrices/tnlMatrixReader_impl.h
- src/implementation/matrices/tnlMultidiagonalMatrix_impl.h 4 additions, 4 deletionssrc/implementation/matrices/tnlMultidiagonalMatrix_impl.h
- src/implementation/matrices/tnlSlicedEllpackMatrix_impl.h 5 additions, 5 deletionssrc/implementation/matrices/tnlSlicedEllpackMatrix_impl.h
- src/implementation/matrices/tnlTridiagonalMatrix_impl.h 46 additions, 5 deletionssrc/implementation/matrices/tnlTridiagonalMatrix_impl.h
- src/matrices/CMakeLists.txt 2 additions, 1 deletionsrc/matrices/CMakeLists.txt
- src/matrices/tnlCSRMatrix.h 4 additions, 4 deletionssrc/matrices/tnlCSRMatrix.h
- src/matrices/tnlChunkedEllpackMatrix.h 4 additions, 4 deletionssrc/matrices/tnlChunkedEllpackMatrix.h
- src/matrices/tnlDenseMatrix.h 15 additions, 4 deletionssrc/matrices/tnlDenseMatrix.h
- src/matrices/tnlEllpackMatrix.h 4 additions, 4 deletionssrc/matrices/tnlEllpackMatrix.h
- src/matrices/tnlMatrixReader.h 35 additions, 0 deletionssrc/matrices/tnlMatrixReader.h
- src/matrices/tnlMultidiagonalMatrix.h 4 additions, 4 deletionssrc/matrices/tnlMultidiagonalMatrix.h
- src/matrices/tnlSlicedEllpackMatrix.h 4 additions, 4 deletionssrc/matrices/tnlSlicedEllpackMatrix.h
- src/matrices/tnlTridiagonalMatrix.h 15 additions, 4 deletionssrc/matrices/tnlTridiagonalMatrix.h
- tests/CMakeLists.txt 4 additions, 0 deletionstests/CMakeLists.txt
- tests/data/CMakeLists.txt 2 additions, 1 deletiontests/data/CMakeLists.txt
Loading
Please register or sign in to comment