SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
SparseMatrixFunctions.h File Reference

Sparse Row Matrix Functions. More...

#include <Core/Datatypes/MatrixFwd.h>
#include <Core/Datatypes/share.h>

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::SparseMatrixFunctions
 

Functions

void sparse_mult (const SparseRowMatrix &matrix, const DenseMatrix &x, DenseMatrix &b)
 
void sparse_mult_transXB (const SparseRowMatrix &matrix, const DenseMatrix &x, DenseMatrix &b)
 
MatrixHandle sparse_sparse_mult (const SparseRowMatrix &matrix, const SparseRowMatrix &x)
 
SparseRowMatrix * AddSparse (const SparseRowMatrix &a, const SparseRowMatrix &b)
 
SparseRowMatrix * SubSparse (const SparseRowMatrix &a, const SparseRowMatrix &b)
 

Detailed Description

Sparse Row Matrix Functions.

Author
Steven G. Parker Department of Computer Science University of Utah
Date
November 1994

See http://math.nist.gov/MatrixMarket/formats.html#MMformat for more information about this sparse matrix format.