iRoCS Toolbox  1.1.0
Data Structures | Namespaces
SparseMatrix.hh File Reference

Classes and functions for sparse matrix generation and handling. More...

#include <config.hh>
#include <map>
#include <iostream>
#include <limits>
#include <cassert>
#include <libBlitzHdf5/BlitzHdf5Light.hh>
#include "RuntimeError.hh"
#include "SparseVector.hh"
#include "SparseMatrix.icc"
Include dependency graph for SparseMatrix.hh:

Go to the source code of this file.

Data Structures

class  atb::SparseMatrix< T >
 The SparseMatrix class provides a sparse matrix data structure and corresponding arithmetics. More...
 
class  atb::SparseMatrixError
 The SparseMatrixError class is the exception type thrown when SparseMatrix operations fail. More...
 

Namespaces

 atb
 

Detailed Description

Classes and functions for sparse matrix generation and handling.

Definition in file SparseMatrix.hh.