/users/wolffm/guskov/Source/SparseMatrix.hh File Reference

#include <map>
#include <vector>
#include <assert.h>

Go to the source code of this file.

Classes

class  SparseMatrix
 Implementation pour gérer des matrices "sparse". More...

Typedefs

typedef std::map< unsigned
int, double > 
Line
typedef std::vector< Line * > Matrix

Functions

void mult (const SparseMatrix &A, const double *v, double *w)
 mult multiplication d'une matrice avec un vecteur


Typedef Documentation

typedef std::map<unsigned int, double> Line

typedef std::vector<Line*> Matrix


Function Documentation

void mult ( const SparseMatrix A,
const double *  v,
double *  w 
)

mult multiplication d'une matrice avec un vecteur

Parameters:
A la matrice
v le vecteur
w resultat


Generated on Fri Jun 15 17:24:59 2007 for GuskovRemeshing by  doxygen 1.5.2