Abstract non Polymorphyc Matrix:
|
Go to the source code of this file.
Classes | |
class | Mx::Matrix_Sparse< E > |
Chirrisquitica matrix stored as a sparse matrix. More... | |
Namespaces | |
namespace | Mx |
Chirrisquitica matrix by adolf. o@di -mare .com | |
Defines | |
#define | Matrix_Sparse_h |
Functions | |
template<class T > | |
bool | Mx::check_ok (const Matrix_Sparse< T > &M) |
Verifica la invariante de la clase. | |
template<class T > | |
void | Mx::add_Matrix (Matrix_Sparse< T > &Res, const Matrix_Sparse< T > &M) |
Default implementation for operator+( Matrix_BASE<E>&, Matrix_BASE<E> ) |
#define Matrix_Sparse_h |
Definition at line 21 of file Matrix_Sparse.h.