RowColWiseBase Entity Reference
Inherited by 
MatrixColWise, 
MatrixRowWise, 
XMatrixColWise, and 
XMatrixRowWise.
List of all members.
|  | 
| 
 Libraries | 
 | All |  | 
|  | returns a row (or column) vector expression representing whether all coefficients of each respective column (or row) are true. 
 | 
| Any |  | 
|  | returns a row (or column) vector expression representing whether at least one coefficient of each respective column (or row) is true. 
 | 
| MaxCoeff |  | 
| MinCoeff |  | 
| Norm |  | 
| Normalize |  | 
|  | modifies this matrix such that it has normalized rows or columns 
 | 
| Normalized |  | 
|  | creates a matrix from this with normalized rows or columns and returns it 
 | 
| RowColWiseBase |  | 
|  | constructor 
 | 
| SquaredNorm |  | 
| Sum |  | 
Detailed Description
template<typename MatrixType, typename Scalar, int Direction>
 class tngmath::RowColWiseBase< MatrixType, Scalar, Direction >
providing row- or column-wise operations to matrices 
Member Function Documentation
- Returns:
- a row (or column) vector expression of the largest coefficient of each column (or row) of the referenced expression. 
 
 
- Returns:
- a row (or column) vector expression of the smallest coefficient of each column (or row) of the referenced expression. 
 
 
- Returns:
- a row (or column) vector expression of the norm of each column (or row) of the referenced expression. 
 
 
- Returns:
- a row (or column) vector expression of the squared norm of each column (or row) of the referenced expression. 
 
 
- Returns:
- a row (or column) vector expression of the sum of each column (or row) of the referenced expression. 
 
 
The documentation for this class was generated from the following file:
- modules/tngmath/tngmath/matharrayrowcolwise.hpp