|
void | getInclusionIndices (vector< bool > const &inclusion, vector< size_t > &indices, bool get_true_indices) |
|
template<typename Derived > |
void | getThresholdInclusion (MatrixBase< Derived > const &values, const double threshold, vector< bool > &below_threshold) |
|
size_t | getNumTrue (vector< bool > const &bools) |
|
bool | anyTrue (vector< bool > const &bools) |
|
void | partitionVector (vector< bool > const &indices, VectorXd const &v, VectorXd &included, VectorXd &excluded) |
|
void | partitionMatrix (vector< bool > const &indices, MatrixXd const &M, MatrixXd &included, MatrixXd &excluded) |
|
void | filterByIndices (vector< size_t > const &indices, MatrixXd const &M, MatrixXd &filtered) |
|
void | filterByIndices (vector< size_t > const &indices, VectorXd const &v, VectorXd &filtered) |
|
template<typename DerivedM , typename Derivedw , typename Derivedlb , typename Derivedz > |
bool | callFastQP (MatrixBase< DerivedM > const &M, MatrixBase< Derivedw > const &w, MatrixBase< Derivedlb > const &lb, vector< bool > &z_inactive, const size_t checkLimit, MatrixBase< Derivedz > &z) |
|
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
|