Open WenyinWei opened 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;
I agree - the uBLAS dependency is not needed.
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.