C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
CVector.h
Go to the documentation of this file.
1 // Copyright András Vukics 2006–2014. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt)
2 // -*- C++ -*-
4 #ifndef CPPQEDCORE_UTILS_CVECTOR_H_INCLUDED
5 #define CPPQEDCORE_UTILS_CVECTOR_H_INCLUDED
6 
7 #include "BlitzArray.h"
8 
9 
10 namespace linalg {
11 
14 
15 
16 } // linalg
17 
18 #endif // CPPQEDCORE_UTILS_CVECTOR_H_INCLUDED
blitz::Array< dcomp,RANK > CArray
A complex array of arbitrary arity.
Definition: BlitzArray.h:16
CArray< 1 > CVector
Complex vector.
Definition: CVector.h:13
Contains utilities for linear algebra.
Definition: CMatrix.h:11
Defines template aliases for real and complex arrays.