KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
m_cpp_incl.h
Go to the documentation of this file.
1 
2 #ifdef MAKE_DEPEND
3 # ifndef MAKE_DEPEND_M_CPP_INCL_H
4 # ifndef MAKE_DEPEND_DIR
5 # define M_CPP_INCL_INCLUDED
6 # endif
7 # endif
8 #endif
9 
10 #ifndef M_CPP_INCL_INCLUDED
11 #define M_CPP_INCL_INCLUDED
12 
13 #include "m_cpp/m_arith.h"
14 #include "m_cpp/m_concept.h"
15 #include "m_cpp/m_convolve.h"
16 #include "m_cpp/m_flip.h"
17 #include "m_cpp/m_int_matrix.h"
18 #include "m_cpp/m_int_vector.h"
19 #include "m_cpp/m_mat_calc.h"
20 #include "m_cpp/m_mat_util.h"
21 #include "m_cpp/m_mat_view.h"
22 #include "m_cpp/m_matrix.h"
23 #include "m_cpp/m_matrix_d.h"
24 #include "m_cpp/m_matrix_d.impl.h"
26 #include "m_cpp/m_sequence.h"
27 #include "m_cpp/m_serialization.h"
28 #include "m_cpp/m_special.h"
29 #include "m_cpp/m_vec_view.h"
30 #include "m_cpp/m_vector.h"
31 #include "m_cpp/m_vector_d.h"
32 #include "m_cpp/m_vector_d.impl.h"
34 
35 #endif
36 
Definition for the Matrix class, a thin wrapper on the KJB Matrix struct and its related functionalit...
Declares functions to read and write vector classes with streams.
Declare functions to read and write matrix classes with iostream.
declaration of C++ helper class for FFT-based convolution using FFTW
Definition for the Vector class, a thin wrapper on the KJB Vector struct and its related functionalit...