dirkschumacher/armacmp

Support X[i, ] and X[,j] syntax for subviews

Opened this issue · 1 comments

How about also handling boolean logic?

X[X[, 1] >=2, ] 
arma::mat y = X.rows(find(X.col(0) >= 2));