#include <F_2DSMatrixGenerator.hpp>
Purpose: Create 2D Matrices Heatflow matrices
Public Methods | |
F_2DSMatrixGenerator () | |
virtual | ~F_2DSMatrixGenerator () |
AFSymMatrix * | createMatrix (int widthImage, int heightImage, double tau=0.25, char *type=0, char *matriceName=0, char *form=0) |
virtual void | output () |
virtual void | output (FILE *file) |
Protected Methods | |
AFSymMatrix * | createSimpleHeatFlow (int widthImage, int heightImage, double tau=0.25, char *type=0, char *form=0) |