#include "messages.h"#include "mystring.h"#include "workspace_ng.h"#include "agenda_class.h"


Go to the source code of this file.
Functions | |
| template<class T> | |
| void | Select (Array< T > &needles, const Array< T > &haystack, const ArrayOfIndex &needleind) |
| void | Select (Vector &needles, const Vector &haystack, const ArrayOfIndex &needleind) |
| void | Select (Matrix &needles, const Matrix &haystack, const ArrayOfIndex &needleind) |
| void Select | ( | Matrix & | needles, | |
| const Matrix & | haystack, | |||
| const ArrayOfIndex & | needleind | |||
| ) |
Definition at line 101 of file m_select.h.
References joker, ConstMatrixView::ncols(), Array< base >::nelem(), and ConstMatrixView::nrows().
| void Select | ( | Vector & | needles, | |
| const Vector & | haystack, | |||
| const ArrayOfIndex & | needleind | |||
| ) |
Definition at line 70 of file m_select.h.
References ConstVectorView::nelem(), and Array< base >::nelem().
| void Select | ( | Array< T > & | needles, | |
| const Array< T > & | haystack, | |||
| const ArrayOfIndex & | needleind | |||
| ) | [inline] |
1.5.6