File: Matrix.h

package info (click to toggle)
rmatrix 1.7-5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,156 kB
  • sloc: ansic: 97,207; makefile: 280; sh: 165
file content (19 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef R_MATRIX_MATRIX_H
#define R_MATRIX_MATRIX_H

#include "version.h"
#include "cholmod.h"

#ifndef R_MATRIX_NO_CHOLMOD_UTILS
# include "cholmod-utils.h"
#endif

#ifndef R_MATRIX_NO_ALLOCA
# include "alloca.h"
#endif

#ifndef R_MATRIX_NO_REMAP
# include "remap.h"
#endif

#endif /* R_MATRIX_MATRIX_H */