Matrix. More...
#include <cassert>
#include "Matrix_Lib.h"
Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | Mx |
Classes | |
| class | Mx::Matrix< E > |
| Esta es una clase matriz muy chirrisquitica que puede cambiar dinámicamente de tamaño. More... | |
Functions | |
| template<class T> | |
| bool | Mx::check_ok (const Matrix< T > &M) |
| Verifica la invariante de la clase. | |
| template<class E> | |
| std::ostream & | Mx::operator<< (std::ostream &COUT, const Matrix< E > &M) |
Graba en el flujo COUT el valor de M[][]. | |
| template<class E> | |
| std::istream & | Mx::operator>> (std::istream &CIN, Matrix< E > &M) |
Obtiene del flujo CIN el valor para M[][]. | |
Matrix.
Definition in file Matrix.h.
1.5.6