MNE-CPP  0.1.9
A Framework for Electrophysiology
UTILSLIB::MNEMath Member List

This is the complete list of members for UTILSLIB::MNEMath, including all inherited members.

combine_xyz(const Eigen::VectorXd &vec)UTILSLIB::MNEMathstatic
compareIdxValuePairBiggerThan(const std::pair< int, T > &lhs, const std::pair< int, T > &rhs)UTILSLIB::MNEMathinlinestatic
compareIdxValuePairSmallerThan(const std::pair< int, T > &lhs, const std::pair< int, T > &rhs)UTILSLIB::MNEMathinlinestatic
compareTransformation(const Eigen::MatrixX4f &mDevHeadT, const Eigen::MatrixX4f &mDevHeadTNew, const float &fThreshRot, const float &fThreshTrans)UTILSLIB::MNEMathstatic
compareTripletFirstEntry(const Eigen::Triplet< T > &lhs, const Eigen::Triplet< T > &rhs)UTILSLIB::MNEMathinlinestatic
compareTripletSecondEntry(const Eigen::Triplet< T > &lhs, const Eigen::Triplet< T > &rhs)UTILSLIB::MNEMathinlinestatic
gcd(int iA, int iB)UTILSLIB::MNEMathstatic
get_whitener(Eigen::MatrixXd &A, bool pca, QString ch_type, Eigen::VectorXd &eig, Eigen::MatrixXd &eigvec)UTILSLIB::MNEMathstatic
get_whitener(Eigen::MatrixXd &A, bool pca, const std::string &ch_type, Eigen::VectorXd &eig, Eigen::MatrixXd &eigvec)UTILSLIB::MNEMathstatic
getConditionNumber(const Eigen::MatrixXd &A, Eigen::VectorXd &s)UTILSLIB::MNEMathstatic
getConditionSlope(const Eigen::MatrixXd &A, Eigen::VectorXd &s)UTILSLIB::MNEMathstatic
histcounts(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &matRawData, bool bMakeSymmetrical, int iClassAmount, Eigen::VectorXd &vecResultClassLimits, Eigen::VectorXi &vecResultFrequency, double dGlobalMin=0.0, double dGlobalMax=0.0)UTILSLIB::MNEMathstatic
histcounts(const Eigen::Matrix< T, Eigen::Dynamic, 1 > &matRawData, bool bMakeSymmetrical, int iClassAmount, Eigen::VectorXd &vecResultClassLimits, Eigen::VectorXi &vecResultFrequency, double dGlobalMin=0.0, double dGlobalMax=0.0) (defined in UTILSLIB::MNEMath)UTILSLIB::MNEMathstatic
histcounts(const Eigen::Matrix< T, 1, Eigen::Dynamic > &matRawData, bool bMakeSymmetrical, int iClassAmount, Eigen::VectorXd &vecResultClassLimits, Eigen::VectorXi &vecResultFrequency, double dGlobalMin=0.0, double dGlobalMax=0.0) (defined in UTILSLIB::MNEMath)UTILSLIB::MNEMathstatic
IdxIntValue typedefUTILSLIB::MNEMath
intersect(const Eigen::VectorXi &v1, const Eigen::VectorXi &v2, Eigen::VectorXi &idx_sel)UTILSLIB::MNEMathstatic
issparse(Eigen::VectorXd &v)UTILSLIB::MNEMathstatic
legendre(qint32 n, const Eigen::VectorXd &X, QString normalize=QString("unnorm"))UTILSLIB::MNEMathstatic
legendre(qint32 n, const Eigen::VectorXd &X, std::string normalize="unnorm")UTILSLIB::MNEMathstatic
log2(const T d)UTILSLIB::MNEMathinlinestatic
make_block_diag(const Eigen::MatrixXd &A, qint32 n)UTILSLIB::MNEMathstatic
nchoose2(int n)UTILSLIB::MNEMathstatic
pinv(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &a)UTILSLIB::MNEMathstatic
rank(const Eigen::MatrixXd &A, double tol=1e-8)UTILSLIB::MNEMathstatic
rescale(const Eigen::MatrixXd &data, const Eigen::RowVectorXf &times, const QPair< float, float > &baseline, QString mode)UTILSLIB::MNEMathstatic
rescale(const Eigen::MatrixXd &data, const Eigen::RowVectorXf &times, const std::pair< float, float > &baseline, const std::string &mode)UTILSLIB::MNEMathstatic
sort(Eigen::Matrix< T, Eigen::Dynamic, 1 > &v, bool desc=true)UTILSLIB::MNEMathstatic
sort(Eigen::Matrix< T, Eigen::Dynamic, 1 > &v_prime, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &mat, bool desc=true)UTILSLIB::MNEMathstatic
sortrows(const std::vector< Eigen::Triplet< T > > &A, qint32 column=0)UTILSLIB::MNEMathstatic
~MNEMath()UTILSLIB::MNEMathinlinevirtual