lkptr
|
Declaraciones y definiciones para la clase Matrix
.
More...
Go to the source code of this file.
Classes | |
class | Mx::Matrix< E > |
Esta es una clase matriz muy chirrisquitica que puede cambiar dinámicamente de tamaño. More... | |
Namespaces | |
namespace | std |
Definido por la biblioteca C++ estándar. | |
namespace | Mx |
Matriz chirrisquitica de adolfo@di-mare.com. | |
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 [][]. |
Declaraciones y definiciones para la clase Matrix
.
Definition in file Matrix.h.