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.
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 Wed Mar 12 01:13:19 2003 for ITK by
1.2.15 written by Dimitri van Heesch,
© 1997-2000