Skip to content
  1. Nov 29, 2012
  2. Nov 28, 2012
    • Karl Rupp's avatar
      * Added least-squares example · 11b7e84f
      Karl Rupp authored
      * Added inplace_qr_apply_trans_Q() to compute rhs of least-squares system R = Q^T b without setting up Q
      * Fixed overloads for inplace_solve(A, b). More tests required, though.
      * Unified use of viennacl::traits::clear(result) in CG and BiCGStab
      11b7e84f
    • Karl Rupp's avatar
      * Fixed a minor bug in lu_factorize that showed up with the CUDA backend only · 8f971c47
      Karl Rupp authored
      * Added missing include directives for lu.hpp in one example and one test
      8f971c47
    • Karl Rupp's avatar
      * Reimplementation of LU factorization in viennacl/linalg/lu.hpp. Better... · e8a6e5b3
      Karl Rupp authored
      * Reimplementation of LU factorization in viennacl/linalg/lu.hpp. Better performance, but still a lot of unused potential.
      * Replaced slow generic CUDA matrix-matrix multiplication kernel by several semi-automatically generated kernels. Performance still only half of OpenCL, although code is virtually identical.
      * Fixed a bug with C = prod(A, B) if C is a matrix_range or matrix_slice. An unnecessary temporary was introduced.
      * CUDA-benchmarks now build correctly
      e8a6e5b3
  3. Nov 21, 2012
  4. Nov 18, 2012
  5. Nov 16, 2012
  6. Nov 15, 2012
  7. Nov 14, 2012
  8. Nov 13, 2012
  9. Nov 12, 2012
  10. Nov 11, 2012
  11. Nov 09, 2012
  12. Nov 08, 2012
  13. Nov 07, 2012
  14. Nov 06, 2012
  15. Nov 05, 2012
  16. Nov 04, 2012
  17. Nov 03, 2012
  18. Nov 02, 2012
  19. Nov 01, 2012
  20. Oct 30, 2012
Loading