Abstract non Polymorphyc Matrix:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Classes | Namespaces | Defines | Functions
Matrix_List.h File Reference

Declarations and definitiones for class Matrix_List<>. More...

#include "Matrix_BASE.h"
#include <list>
#include <vector>

Go to the source code of this file.

Classes

class  Mx::Matrix_List_ColVal< E >
 Private class used to implement the list of values for each row. More...
class  Mx::Matrix_List< E >
 Chirrisquitica matrix stored as a sparse matrix implemented with lists. More...

Namespaces

namespace  Mx
 Chirrisquitica matrix by adolf.nosp@m.o@di.nosp@m.-mare.nosp@m..com.

Defines

#define Matrix_List_h
 Avoids multiple inclusion.
#define English_dox   "Doxygen: English documentation"
 "Doxygen: English documentation"

Functions

template<class T >
bool Mx::check_ok (const Matrix_List< T > &M)

Detailed Description

Declarations and definitiones for class Matrix_List<>.

Author:
Adolfo Di Mare adolf.nosp@m.o@di.nosp@m.-mare.nosp@m..com
Date:
2004

Definition in file Matrix_List.h.


Define Documentation

#define Matrix_List_h

Avoids multiple inclusion.

#define English_dox   "Doxygen: English documentation"

"Doxygen: English documentation"

Definition at line 441 of file Matrix_List.h.