Subversion Repositories gelsvn

Rev

Rev 136 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 136 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/** @file statistics.h
-
 
8
 * Compute mean and covariance of CGLA vectors - simple multivariate statistics.
-
 
9
 */
-
 
10
 
1
#ifndef __CGLA_STATISTICS_H__
11
#ifndef __CGLA_STATISTICS_H__
2
#define __CGLA_STATISTICS_H__
12
#define __CGLA_STATISTICS_H__
3
 
13
 
4
#if (_MSC_VER >= 1200)
14
#if (_MSC_VER >= 1200)
5
#pragma warning (disable: 4018 4244 4800)
15
#pragma warning (disable: 4018 4244 4800)