Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MatrixFI Class Reference

A user level class for column oriented storage of a full integer Matrix. More...

#include <matrixFI.h>

Inheritance diagram for MatrixFI:

MatrixC Matrix List of all members.

Public Methods

constructors and destructor
 MatrixFI ()
 default constructor.

 MatrixFI (const int nr, const int nc=1, const int value=0)
 standard constructor.

 MatrixFI (const MatrixC<int>& B)
 copy constructor.

virtual ~MatrixFI ()
 virtual destructor.

MatrixFI& operator= (const int value)
 assignment with a constant value.

copy of rows and columns
VectorI column (const int j) const
 create VectorD from column of this Matrix.

VectorI row (const int i) const
 create VectorD from row of this Matrix.


Detailed Description

A user level class for column oriented storage of a full integer Matrix.

Author(s):
rokrau
Date:
2000/11/09 18:41:31

Only constructors and assignment operators have to be defined.


Constructor & Destructor Documentation

MatrixFI::MatrixFI ( ) [explicit]
 

default constructor.

MatrixFI::MatrixFI ( const int nr,
const int nc = 1,
const int value = 0 ) [explicit]
 

standard constructor.

MatrixFI::MatrixFI ( const MatrixC< int >& B )
 

copy constructor.

MatrixFI::~MatrixFI ( ) [inline, virtual]
 

virtual destructor.


Member Function Documentation

MatrixFI & MatrixFI::operator= ( const int value ) [inline]
 

assignment with a constant value.

VectorI MatrixFI::column ( const int j ) const [inline]
 

create VectorD from column of this Matrix.

VectorI MatrixFI::row ( const int i ) const [inline]
 

create VectorD from row of this Matrix.


The documentation for this class was generated from the following file:
Generated at Wed Nov 22 08:38:29 2000 for LinAl - a simple and efficient Matrix library - by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000