test_inplace_solve_sparse.pro 250 B

1234567891011121314
  1. TEMPLATE = app
  2. TARGET = test_inplace_solve_sparse
  3. include (configuration.pri)
  4. DEFINES += \
  5. $$UBLAS_TESTSET_SPARSE \
  6. $$UBLAS_TESTSET_SPARSE_COO
  7. HEADERS += \
  8. ../../../test/utils.hpp
  9. SOURCES += \
  10. ../../../test/test_inplace_solve.cpp