#include "../blas/common.h"
Go to the source code of this file.
Defines | |
#define | EIGEN_LAPACK_FUNC(FUNC, ARGLIST) |
Typedefs | |
typedef Eigen::Map < Eigen::Transpositions < Eigen::Dynamic, Eigen::Dynamic, int > > | PivotsType |
#define EIGEN_LAPACK_FUNC | ( | FUNC, | |
ARGLIST | |||
) |
extern "C" { int EIGEN_BLAS_FUNC(FUNC) ARGLIST; } \ int EIGEN_BLAS_FUNC(FUNC) ARGLIST
Definition at line 30 of file lapack_common.h.
typedef Eigen::Map<Eigen::Transpositions<Eigen::Dynamic,Eigen::Dynamic,int> > PivotsType |
Definition at line 34 of file lapack_common.h.