Abstract non Polymorphyc Matrix:
|
Declarations and definitiones for class Matrix_Dense<>
.
More...
#include "Matrix_BASE.h"
Go to the source code of this file.
Classes | |
class | Mx::Matrix_Dense< E > |
This is a very chirrisquitica matrix that can change size dinamically. More... | |
Namespaces | |
namespace | Mx |
Chirrisquitica matrix by adolf. o@di -mare .com | |
Defines | |
#define | Matrix_Dense_h |
Avoids multiple inclusion. | |
#define | English_dox "Doxygen: English documentation" |
"Doxygen: English documentation" | |
Functions | |
template<class T > | |
bool | Mx::check_ok (const Matrix_Dense< T > &M) |
Checks the class invariant. | |
template<class T > | |
void | Mx::add_Matrix (Matrix_Dense< T > &Res, const Matrix_Dense< T > &M) |
Default implementation for operator+( Matrix_BASE<E>&, Matrix_BASE<E> ) |
Declarations and definitiones for class Matrix_Dense<>
.
Definition in file Matrix_Dense.h.
#define Matrix_Dense_h |
Avoids multiple inclusion.
#define English_dox "Doxygen: English documentation" |
"Doxygen: English documentation"
Definition at line 450 of file Matrix_Dense.h.