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

csfl::ILinearSystem9D Class Reference

#include <linearsys9d.h>

Inheritance diagram for csfl::ILinearSystem9D::

csfl::ILinearSystem csfl::ISFLObject List of all members.

Public Methods

 ILinearSystem9D (int _row, int _col)
 ILinearSystem9D (const ISize &_size)
 ILinearSystem9D (ILinearSystem9D *_lsys)
 ~ILinearSystem9D ()
double MatrixA (int _i, int _j)
void MatrixA (int _i, int _j, double _val)

Detailed Description

Classe que representa um sistema linear de equações na forma matricial A.X = B, com nove diagonais não nulas.


Constructor & Destructor Documentation

csfl::ILinearSystem9D::ILinearSystem9D ( int _row,
int _col )
 

Os argumentos “_row” e ”_col” definem o número de linhas e colunas da matriz do sistema linear, respectivamente.

csfl::ILinearSystem9D::ILinearSystem9D ( const ISize & _size )
 

O argumento “_size” define o tamanho da matrix do sistema linear.

csfl::ILinearSystem9D::ILinearSystem9D ( ILinearSystem9D * _lsys )
 

csfl::ILinearSystem9D::~ILinearSystem9D ( )
 


Member Function Documentation

void csfl::ILinearSystem9D::MatrixA ( int _i,
int _j,
double _val ) [inline, virtual]
 

Atribui o valor “_val” ao elemento “_i”, ”_j” da matriz.

Reimplemented from csfl::ILinearSystem.

double csfl::ILinearSystem9D::MatrixA ( int _i,
int _j ) [inline, virtual]
 

Retorna o valor do elemento “_i”, ”_j” da matriz.

Reimplemented from csfl::ILinearSystem.


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

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster