#include "scppnt/scppnt.h"

Go to the source code of this file.
| Namespaces | |
| namespace | SCPPNT | 
| Functions | |
| template<class M, class FUNC> | |
| void | SCPPNT::apply_rows (M &matrix, FUNC &f) | 
| Apply a function object to each row of a matrix. | |
| template<class M, class FUNC> | |
| void | SCPPNT::apply_columns (M &matrix, FUNC &f) | 
| Apply a function object to each column of a matrix. | |
| template<class M, class V, class FUNC> | |
| V | SCPPNT::over_columns (M &matrix, FUNC &f) | 
| template<class M, class V, class FUNC> | |
| V | SCPPNT::over_rows (M &matrix, FUNC &f) | 
Contains definitions of functions apply_rows, apply_columns, over_rows, over_columns which apply a function object over the rows or columns of a matrix.
Definition in file rowcolfunc.h.
 1.5.4
 1.5.4