viennafem / viennafem-dev

Developer repository for ViennaFEM. Visit http://viennafem.sourceforge.net/ for the latest releases.
MIT License
3 stars 0 forks source link

Is ViennaCL enough to replace uBLAS? #1

Open WenyinWei opened 4 years ago

WenyinWei commented 4 years ago

Hi,

I found that in the V1.0.0 ViennaFEM, there still exists a dependency on uBLAS library. Is it time to eliminate the dependency cause ViennaCL already has a mature solution for sparse matrix processing now.

  typedef boost::numeric::ublas::compressed_matrix<viennafem::numeric_type>  MatrixType;
  typedef boost::numeric::ublas::vector<viennafem::numeric_type>             VectorType;
karlrupp commented 4 years ago

I agree - the uBLAS dependency is not needed.