#include "SparseMatrix.hh"
Functions | |
void | mult (const SparseMatrix &A, const double *v, double *w) |
mult multiplication d'une matrice avec un vecteur |
void mult | ( | const SparseMatrix & | A, | |
const double * | v, | |||
double * | w | |||
) |
mult multiplication d'une matrice avec un vecteur
A | la matrice | |
v | le vecteur | |
w | resultat |