There was an error fetching the commit references. Please try again later.
[WIP] Implementing distributed vector expressions.
Showing
- src/Benchmarks/BLAS/vector-operations.h 18 additions, 18 deletionssrc/Benchmarks/BLAS/vector-operations.h
- src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h 1 addition, 1 deletionsrc/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h
- src/Benchmarks/LinearSolvers/benchmarks.h 1 addition, 1 deletionsrc/Benchmarks/LinearSolvers/benchmarks.h
- src/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h 1 addition, 1 deletionsrc/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h
- src/TNL/Containers/DistributedVector.h 2 additions, 0 deletionssrc/TNL/Containers/DistributedVector.h
- src/TNL/Containers/DistributedVectorView.h 2 additions, 1 deletionsrc/TNL/Containers/DistributedVectorView.h
- src/TNL/Containers/DistributedVectorViewExpressions.h 724 additions, 0 deletionssrc/TNL/Containers/DistributedVectorViewExpressions.h
- src/TNL/Containers/DistributedVector_impl.h 11 additions, 0 deletionssrc/TNL/Containers/DistributedVector_impl.h
- src/TNL/Containers/Expressions/DistributedExpressionTemplates.h 2333 additions, 0 deletions...L/Containers/Expressions/DistributedExpressionTemplates.h
- src/TNL/Containers/Vector.h 3 additions, 0 deletionssrc/TNL/Containers/Vector.h
- src/TNL/Containers/Vector.hpp 22 additions, 10 deletionssrc/TNL/Containers/Vector.hpp
- src/TNL/Containers/VectorExpressions.h 647 additions, 0 deletionssrc/TNL/Containers/VectorExpressions.h
- src/TNL/Containers/VectorViewExpressions.h 1 addition, 1 deletionsrc/TNL/Containers/VectorViewExpressions.h
- src/TNL/Solvers/Linear/BICGStabL_impl.h 5 additions, 5 deletionssrc/TNL/Solvers/Linear/BICGStabL_impl.h
- src/TNL/Solvers/Linear/BICGStab_impl.h 5 additions, 5 deletionssrc/TNL/Solvers/Linear/BICGStab_impl.h
- src/TNL/Solvers/Linear/CG_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/CG_impl.h
- src/TNL/Solvers/Linear/GMRES_impl.h 6 additions, 6 deletionssrc/TNL/Solvers/Linear/GMRES_impl.h
- src/TNL/Solvers/Linear/TFQMR_impl.h 3 additions, 3 deletionssrc/TNL/Solvers/Linear/TFQMR_impl.h
Loading
Please register or sign in to comment