C:/programs/SCPPNT/src/include/rowcolfunc.h File Reference

Functions which apply a function object over rows or columns of a matrix. More...

#include "scppnt/scppnt.h"

Include dependency graph for rowcolfunc.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>
SCPPNT::over_columns (M &matrix, FUNC &f)
template<class M, class V, class FUNC>
SCPPNT::over_rows (M &matrix, FUNC &f)


Detailed Description

Functions which apply a function object over rows or columns of a matrix.

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.


Generated on Tue Dec 18 23:34:16 2007 for SCPPNT by  doxygen 1.5.4