test_RefMatrix.cpp File Reference

Datos de prueba para la clase RefMatrix. More...

#include <iostream>
#include <iomanip>
#include "RefMatrix.h"

Go to the source code of this file.

Functions

template<class E>
bool isSquare (const RefMatrix< E > &M)
 Retorna "true" si la matriz M es una matriz cuadrada.
template<class E>
bool isSymmetric (const RefMatrix< E > &M)
 Retorna "true" si la matriz es simétrica.
template<class E>
void print (const char *name, RefMatrix< E > &V)
 Imprime por filas el valor de "M".
void use_lkptr (unsigned M, unsigned N)
 Ejemplo de uso de referencia lkptr< RefMatrix<unsigned> >.
int main ()
 Programa que ejercita las principales funciones de las matrices.


Detailed Description

Datos de prueba para la clase RefMatrix.

Author:
Adolfo Di Mare <adolfo@di-mare.com>
Date:
2004

Definition in file test_RefMatrix.cpp.


Function Documentation

template<class E>
bool isSquare ( const RefMatrix< E > &  M  )  [inline]

Retorna "true" si la matriz M es una matriz cuadrada.

Definition at line 22 of file test_RefMatrix.cpp.

template<class E>
bool isSymmetric ( const RefMatrix< E > &  M  )  [inline]

Retorna "true" si la matriz es simétrica.

Definition at line 28 of file test_RefMatrix.cpp.

template<class E>
void print ( const char *  name,
RefMatrix< E > &  V 
) [inline]

Imprime por filas el valor de "M".

Definition at line 45 of file test_RefMatrix.cpp.

void use_lkptr ( unsigned  M,
unsigned  N 
)

Ejemplo de uso de referencia lkptr< RefMatrix<unsigned> >.

Definition at line 56 of file test_RefMatrix.cpp.

int main (  ) 

Programa que ejercita las principales funciones de las matrices.

Definition at line 82 of file test_RefMatrix.cpp.


Generated on Wed Jul 30 11:11:29 2008 for lkptr - simple reference LinKed PoinTeR: by  doxygen 1.5.6