MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This is the complete list of members for UTILSLIB::MNEMath, including all inherited members.
combine_xyz(const Eigen::VectorXd &vec) | UTILSLIB::MNEMath | static |
compareIdxValuePairBiggerThan(const std::pair< int, T > &lhs, const std::pair< int, T > &rhs) | UTILSLIB::MNEMath | inlinestatic |
compareIdxValuePairSmallerThan(const std::pair< int, T > &lhs, const std::pair< int, T > &rhs) | UTILSLIB::MNEMath | inlinestatic |
compareTransformation(const Eigen::MatrixX4f &mDevHeadT, const Eigen::MatrixX4f &mDevHeadTNew, const float &fThreshRot, const float &fThreshTrans) | UTILSLIB::MNEMath | static |
compareTripletFirstEntry(const Eigen::Triplet< T > &lhs, const Eigen::Triplet< T > &rhs) | UTILSLIB::MNEMath | inlinestatic |
compareTripletSecondEntry(const Eigen::Triplet< T > &lhs, const Eigen::Triplet< T > &rhs) | UTILSLIB::MNEMath | inlinestatic |
gcd(int iA, int iB) | UTILSLIB::MNEMath | static |
get_whitener(Eigen::MatrixXd &A, bool pca, QString ch_type, Eigen::VectorXd &eig, Eigen::MatrixXd &eigvec) | UTILSLIB::MNEMath | static |
get_whitener(Eigen::MatrixXd &A, bool pca, const std::string &ch_type, Eigen::VectorXd &eig, Eigen::MatrixXd &eigvec) | UTILSLIB::MNEMath | static |
getConditionNumber(const Eigen::MatrixXd &A, Eigen::VectorXd &s) | UTILSLIB::MNEMath | static |
getConditionSlope(const Eigen::MatrixXd &A, Eigen::VectorXd &s) | UTILSLIB::MNEMath | static |
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::MNEMath | static |
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::MNEMath | static |
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::MNEMath | static |
IdxIntValue typedef | UTILSLIB::MNEMath | |
intersect(const Eigen::VectorXi &v1, const Eigen::VectorXi &v2, Eigen::VectorXi &idx_sel) | UTILSLIB::MNEMath | static |
issparse(Eigen::VectorXd &v) | UTILSLIB::MNEMath | static |
legendre(qint32 n, const Eigen::VectorXd &X, QString normalize=QString("unnorm")) | UTILSLIB::MNEMath | static |
legendre(qint32 n, const Eigen::VectorXd &X, std::string normalize="unnorm") | UTILSLIB::MNEMath | static |
log2(const T d) | UTILSLIB::MNEMath | inlinestatic |
make_block_diag(const Eigen::MatrixXd &A, qint32 n) | UTILSLIB::MNEMath | static |
nchoose2(int n) | UTILSLIB::MNEMath | static |
pinv(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &a) | UTILSLIB::MNEMath | static |
rank(const Eigen::MatrixXd &A, double tol=1e-8) | UTILSLIB::MNEMath | static |
rescale(const Eigen::MatrixXd &data, const Eigen::RowVectorXf ×, const QPair< float, float > &baseline, QString mode) | UTILSLIB::MNEMath | static |
rescale(const Eigen::MatrixXd &data, const Eigen::RowVectorXf ×, const std::pair< float, float > &baseline, const std::string &mode) | UTILSLIB::MNEMath | static |
sort(Eigen::Matrix< T, Eigen::Dynamic, 1 > &v, bool desc=true) | UTILSLIB::MNEMath | static |
sort(Eigen::Matrix< T, Eigen::Dynamic, 1 > &v_prime, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &mat, bool desc=true) | UTILSLIB::MNEMath | static |
sortrows(const std::vector< Eigen::Triplet< T > > &A, qint32 column=0) | UTILSLIB::MNEMath | static |
~MNEMath() | UTILSLIB::MNEMath | inlinevirtual |