You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
269 B
12 lines
269 B
#ifndef STORM_UTILITY_GMM_H_
|
|
#define STORM_UTILITY_GMM_H_
|
|
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
|
|
#include "gmm/gmm_matrix.h"
|
|
#include "gmm/gmm_iter_solvers.h"
|
|
|
|
#pragma clang diagnostic pop
|
|
|
|
#endif /* STORM_UTILITY_GMM_H_ */
|