array.hpp

Langue: en

Autres versions - même langue

Version: 154389 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/math/array.hpp - 1-D array used in linear algebra.

SYNOPSIS


#include <ql/types.hpp>
#include <ql/errors.hpp>
#include <ql/utilities/disposable.hpp>
#include <boost/iterator/reverse_iterator.hpp>
#include <boost/scoped_array.hpp>
#include <functional>
#include <numeric>
#include <vector>
#include <iomanip>

Classes


class Array
1-D array used in linear algebra.

Detailed Description

1-D array used in linear algebra.

Author

Generated automatically by Doxygen for QuantLib from the source code.