MBO
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Modules
Pages
include
Mbo.h
Go to the documentation of this file.
1
/*
2
Copyright 2014 Dominic Meiser
3
4
This file is part of mbo.
5
6
mbo is free software: you can redistribute it and/or modify it under
7
the terms of the GNU General Public License as published by the Free
8
Software Foundation, either version 3 of the License, or (at your
9
option) any later version.
10
11
mbo is distributed in the hope that it will be useful, but WITHOUT
12
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
for more details.
15
16
You should have received a copy of the GNU General Public License along
17
with mbo. If not, see <http://www.gnu.org/licenses/>.
18
*/
25
#ifndef MBO_H
26
#define MBO_H
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
32
#include <
MboIndices.h
>
33
#include <
MboAmplitude.h
>
34
#include <
MboElemOp.h
>
35
#include <
MboProdSpace.h
>
36
#include <
MboTensorOp.h
>
37
#include <
MboNumOp.h
>
38
#include <
MboNumSubMatrix.h
>
39
40
#ifdef __cplusplus
41
}
42
#endif
43
#endif
44
MboNumSubMatrix.h
Submatrices of numerical operators.
MboAmplitude.h
Definition of the complex amplitude type.
MboElemOp.h
Definition of elementary operators.
MboProdSpace.h
The MboProdSpace API.
MboTensorOp.h
The MboTensorOp API.
MboIndices.h
Integer types for indices used in mbo library.
MboNumOp.h
Numerical operators.
Generated by
1.8.8