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

vnl_sparse_matrix.h File Reference

Simple Sparse Matrix. More...

Go to the source code of this file.

Compounds

class  vnl_sparse_matrix
struct  less
class  vnl_sparse_matrix_pair


Detailed Description

Simple Sparse Matrix.

Author:
Rupert W. Curwen, GE CR&D, 20 Oct 98 Simple sparse matrix. Only those values which are non-zero are stored. The sparse matrix currently supports only getting/putting elements, and multiply by vector or another sparse matrix.
Each row is stored as a vector of vcl_pair<unsigned int,T>, where the first of the pair indicates the column index, and the second the value. All rows are stored, as vcl_vector< row >;

Definition in file vnl_sparse_matrix.h.


Generated at Fri May 21 01:16:10 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000