mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-10 18:59:01 +08:00
add support for oski
This commit is contained in:
parent
88e7a572fd
commit
002f7114d1
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
#include <Eigen/Array>
|
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
#include <bench/BenchTimer.h>
|
#include <bench/BenchTimer.h>
|
||||||
#include <set>
|
#include <set>
|
||||||
@ -140,3 +139,9 @@ void eiToUblas(const EigenSparseMatrix& src, UblasMatrix& dst)
|
|||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef OSKI
|
||||||
|
extern "C" {
|
||||||
|
#include <oski/oski.h>
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user