VISH  0.2
Public Types | Public Member Functions | Related Functions
Eagle::Column Class Reference

A column vector. More...

#include </home/werner/origo/vish/ocean/eagle/Matrix.hpp>

List of all members.

Public Types

Public Member Functions

Related Functions

(Note that these are not member functions.)


Detailed Description

A column vector.

      (1)
      (2)
      (3)
     
See also:
Row, Matrix

Constructor & Destructor Documentation

template<int C>
Eagle::Column::Column ( const Matrix< R, C, value > &  A,
const Column< C, value > &  V 
) [inline]

Multiply r (rows) by c (columns) matrix A on the left by column vector V of dimension c on the right to produce a (column) vector Y output of dimension r.

this = A * V c = M*c

                 (1)
                 (2)
		 (3)
          (1 2 3)        (13)
          (4 5 6)        (32)
template<int C>
Eagle::Column::Column ( const Matrix< R, C, value > &  M,
int  c 
) [inline]

Construct column vector from some matrix column.

Parameters:
MThe Matrix
cThe selected column

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