#include "strl.hpp"#include "graph.h"


Ir al código fuente de este archivo.
Funciones | |
| void | gr_plot1D (int x1, int y1, int x2, int y2, double vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, float vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, int vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, short vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, long vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, double vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, float vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, int vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, short vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, long vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, double vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, float vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, int vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, short vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, long vec[], int n, const KVStrList &opts=KVStrList("")) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList("")) |
| void | gr_nplot1D (float x1, float y1, float x2, float y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList("")) |
| void | gr_wplot1D (float x1, float y1, float x2, float y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList("")) |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| double | funcdouble, | |||
| double | xi, | |||
| double | xf, | |||
| int | n, | |||
| const KVStrList & | opts = KVStrList("") | |||
| ) |
1.5.6