hujinshui / bcslib

Automatically exported from code.google.com/p/bcslib
0 stars 0 forks source link

Add BLAS back-end support #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
provides interfaces for running BLAS routines on IDenseMatrix objects.

1. All such functions should just be light-weight wrappers of BLAS.
2. A selective subset of BLAS routines to support

Level 1: asum, axpy, copy, dot, nrm2, scal, rot
Level 2: gemv, ger, symv, trmv, trsv
Level 3: gemm, symm, trmm, trsm

3. Encapsulate all functions in the namespace bcs::blas

Original issue reported on code.google.com by linda...@gmail.com on 1 May 2012 at 2:39

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by linda...@gmail.com on 22 May 2012 at 1:27