KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diff_fourier.h
Go to the documentation of this file.
1 /* =========================================================================== *
2  |
3  | Copyright (c) 1994-2011 by Kobus Barnard (author)
4  |
5  | Personal and educational use of this code is granted, provided that this
6  | header is kept intact, and that the authorship is not misrepresented, that
7  | its use is acknowledged in publications, and relevant papers are cited.
8  |
9  | For other use contact the author (kobus AT cs DOT arizona DOT edu).
10  |
11  | Please note that the code in this file has not necessarily been adequately
12  | tested. Naturally, there is no guarantee of performance, support, or fitness
13  | for any particular task. Nonetheless, I am interested in hearing about
14  | problems that you encounter.
15  |
16  | Author: Ernesto Brau
17  * =========================================================================== */
18 
19 /* $Id$ */
20 
21 #ifndef DIFF_FOURIER_H
22 #define DIFF_FOURIER_H
23 
24 #include <m_cpp/m_matrix.h>
25 #include <vector>
26 
27 namespace kjb {
28 
36 Matrix fourier_basis(size_t D, size_t num_basis_funcs);
37 
47 //Matrix fourier_basis(size_t D, const std::vector<size_t>& indices);
48 
49 } //namespace kjb
50 
51 #endif /*DIFF_FOURIER_H */
52 
53 
Definition for the Matrix class, a thin wrapper on the KJB Matrix struct and its related functionalit...
Matrix fourier_basis(size_t D, size_t num_basis_funcs)
Returns a matrix whose rows form a Fourier basis in R^D.
Definition: diff_fourier.cpp:30
D
Definition: APPgetLargeConnectedEdges.m:106