v2.0.0
Loading...
Searching...
No Matches
sphara.h
Go to the documentation of this file.
1//=============================================================================================================
29
30#ifndef SPHARA_UTILS_H
31#define SPHARA_UTILS_H
32
33//=============================================================================================================
34// INCLUDES
35//=============================================================================================================
36
37#include "dsp_global.h"
38
39//=============================================================================================================
40// EIGEN INCLUDES
41//=============================================================================================================
42
43#include <Eigen/Core>
44
45//=============================================================================================================
46// DEFINE NAMESPACE UTILSLIB
47//=============================================================================================================
48
49namespace UTILSLIB
50{
51
52//=============================================================================================================
53// DEFINES
54//=============================================================================================================
55
56//=========================================================================================================
68DSPSHARED_EXPORT Eigen::MatrixXd makeSpharaProjector(const Eigen::MatrixXd& matBaseFct,
69 const Eigen::VectorXi& vecIndices,
70 int iOperatorDim,
71 int iNBaseFct,
72 int iSkip = 0);
73
74} // NAMESPACE UTILSLIB
75
76#endif // SPHARA_UTILS_H
Export/import macros and namespace declaration for the DSP library.
#define DSPSHARED_EXPORT
Definition dsp_global.h:50
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
DSPSHARED_EXPORT Eigen::MatrixXd makeSpharaProjector(const Eigen::MatrixXd &matBaseFct, const Eigen::VectorXi &vecIndices, int iOperatorDim, int iNBaseFct, int iSkip=0)