Home | Develop | Download | Contact
FuncVector.hpp
1 /*
2  * FuncVector.hpp
3  *
4  * Copyright 2018 Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19  * MA 02110-1301, USA.
20  *
21  */
22 
34 #ifndef __PDS_VECTORFUNC_HPP__
35 #define __PDS_VECTORFUNC_HPP__
36 
37 
57 #include <Pds/Vector>
58 
59 
60 namespace Pds{
61 
92  Vector LinSpace(double start,double end,unsigned int N);
93 
94 
128  Vector GeomSpace(double start,double end,unsigned int N);
129 
150  Vector X2D(void);
151 
163  Vector Y2D(void);
185  Vector X3D(void);
186 
199  Vector Y3D(void);
200 
213  Vector Z3D(void);
219 }
224 #endif
225 
La clase tipo Pds::Vector . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: Vector.hpp:78
Vector X3D(void)
Retorna una matriz vector columna eje X en 3 dimensiones.
Vector GeomSpace(double start, double end, unsigned int N)
Retorna un vector con elementos desde start hasta end con N elementos.
Vector Y3D(void)
Retorna una matriz vector columna eje Y en 3 dimensiones.
Vector Y2D(void)
Retorna una matriz vector columna eje Y en 2 dimensiones.
Vector X2D(void)
Retorna una matriz vector columna eje X en 2 dimensiones.
Vector Z3D(void)
Retorna una matriz vector columna eje Z en 3 dimensiones.
Vector LinSpace(double start, double end, unsigned int N)
Retorna un vector con elementos desde start hasta end con N elementos.
Nombre de espacion para PDS (Procesamiento Digital de Senales)
Definition: RaFile.hpp:46

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed