CEBL
2.1
Main Page
Namespaces
Data Structures
Files
File List
Globals
cppR
cppR_casts.hpp
Go to the documentation of this file.
1
/*
2
* CEBL : CSU EEG Brain-Computer Interface Lab
3
*
4
* Author: Jeshua Bratman - jeshuabratman@gmail.com
5
*
6
* This file is part of CEBL.
7
*
8
* CEBL is free software; you can redistribute it and/or modify it.
9
* We only ask that if you use our code that you cite the source in
10
* your project or publication.
11
*
12
* EEG Group (www.cs.colostate.edu/eeg)
13
* Department of Computer Science
14
* Colorado State University
15
*
16
*/
17
18
/*
19
* CEBL : CSU EEG Brain-Computer Interface Lab
20
*
21
* Copyright (C) 2007 Jeshua Bratman - bratman@cs.colostate.edu
22
*
23
* This file is part of CEBL.
24
*
25
* CEBL is free software; you can redistribute it and/or modify
26
* it under the terms of the GNU General Public License as published by
27
* the Free Software Foundation; either version 3 of the License, or
28
* (at your option) any later version.
29
*
30
* CEBL is distributed in the hope that it will be useful,
31
* but WITHOUT ANY WARRANTY; without even the implied warranty of
32
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
* GNU General Public License for more details.
34
*
35
* You should have received a copy of the GNU General Public License
36
* along with this program. If not, see <http://www.gnu.org/licenses/>.
37
*/
38
39
//--------------------------------------------------
40
// cppR_casts.hpp
41
// Various implicit casts for matrices and vectors
42
43
#ifndef CPPR_STATS_H //make sure this only gets included once
44
#define CPPR_STATS_H
45
46
#include <
cppR/cppR_includes.hpp
>
47
48
49
50
#endif
Generated by
1.8.1.1