Public Types | Public Member Functions

Row< C, Value > Class Template Reference
[Small Matrix Classes]

A row vector,. More...

#include <ocean/eagle/Matrix.hpp>

Inheritance diagram for Row< C, Value >:
Matrix< 1, C, Value >

List of all members.

Public Types

Public Member Functions

Arithmetic operations


Detailed Description

template<int C, class Value>
class Row< C, Value >

A row vector,.

 (1 2 3)
See also:
Column, Matrix

Constructor & Destructor Documentation

template<int C, class Value>
template<int R>
Row< C, Value >::Row ( const Matrix< R, C, Value > &  M,
int  r 
) [inline]

Construct row vector from matrix row.

Parameters:
M The matrix
r The selected row

The documentation for this class was generated from the following file: