SourceForge Logo
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor

H. de Fraysseix      P. Ossona de Mendez

SMatrix Class Reference

Collaboration diagram for SMatrix:

Collaboration graph
[legend]

List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Constructor & Destructor Documentation

SMatrix ( int  nn  )  [inline]

SMatrix ( const SMatrix SM  )  [inline]

~SMatrix (  )  [inline]


Member Function Documentation

void InitRows (  )  [inline, private]

void DeleteRows (  )  [inline, private]

void InitDuplicateRows ( const SMatrix SM  )  [inline, private]

void DuplicateRows ( const SMatrix SM  )  [inline, private]

int FindPivot ( int  col  )  [inline, private]

svector<double>& operator[] ( int  i  )  [inline]

const svector<double>& operator[] ( int  i  )  const [inline]

SMatrix& operator= ( const SMatrix SM  )  [inline]

void SwapRows ( int  i,
int  j 
) [inline]

void clear (  )  [inline]

void SetIdentity (  )  [inline]

SMatrix Inverse ( int &  ok  )  [inline]

svector<double> operator * ( svector< double >  x  )  [inline]


Member Data Documentation

int n [private]

svector<svector<double> *> rows [private]


Generated on Thu Jan 31 16:52:05 2008 for Pigale by  doxygen 1.5.4