aimsdata  4.7.0
Neuroimaging data handling
sparseordensematrix.h File Reference
Include dependency graph for sparseordensematrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aims::SparseOrDenseMatrix
 
class  aims::SparseOrDenseMatrix::MatrixLazyReader
 MatrixLazyReader allows to read a row or a column from file, on demand. More...
 
class  carto::DataTypeCode< aims::SparseOrDenseMatrix >
 

Namespaces

 aims
 The class for EcatSino data write operation.
 
 carto
 

Functions

aims::SparseOrDenseMatrix aims::operator- (const aims::SparseOrDenseMatrix &thing)
 
aims::SparseOrDenseMatrix aims::operator+ (const aims::SparseOrDenseMatrix &thing1, const aims::SparseOrDenseMatrix &thing2)
 
aims::SparseOrDenseMatrix aims::operator- (const aims::SparseOrDenseMatrix &thing1, const aims::SparseOrDenseMatrix &thing2)
 
aims::SparseOrDenseMatrix aims::operator* (const aims::SparseOrDenseMatrix &thing1, const double &thing2)
 
aims::SparseOrDenseMatrix aims::operator/ (const aims::SparseOrDenseMatrix &thing1, const double &thing2)