Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

fwd.hpp File Reference

is essentially used to forward declare the main types More...

#include <memory>
Include dependency graph for fwd.hpp:

Go to the source code of this file.

Classes

struct  boost::numeric::ublas::column_major_tag
struct  boost::numeric::ublas::lower_tag
struct  boost::numeric::ublas::matrix_tag
struct  boost::numeric::ublas::row_major_tag
struct  boost::numeric::ublas::scalar_tag
struct  boost::numeric::ublas::strict_lower_tag
struct  boost::numeric::ublas::strict_upper_tag
struct  boost::numeric::ublas::unit_lower_tag
struct  boost::numeric::ublas::unit_upper_tag
struct  boost::numeric::ublas::unknown_orientation_tag
struct  boost::numeric::ublas::upper_tag
struct  boost::numeric::ublas::vector_tag

Namespaces

namespace  boost
namespace  boost::numeric
namespace  boost::numeric::ublas
 

contains all important classes and functions of uBLAS


Typedefs

typedef basic_column_major boost::numeric::ublas::column_major
typedef basic_full boost::numeric::ublas::full
typedef basic_lower boost::numeric::ublas::lower
typedef basic_range boost::numeric::ublas::range
typedef basic_row_major boost::numeric::ublas::row_major
typedef basic_slice boost::numeric::ublas::slice
typedef basic_strict_lower boost::numeric::ublas::strict_lower
typedef basic_strict_upper boost::numeric::ublas::strict_upper
typedef basic_unit_lower boost::numeric::ublas::unit_lower
typedef basic_unit_upper boost::numeric::ublas::unit_upper
typedef basic_upper boost::numeric::ublas::upper

Detailed Description

is essentially used to forward declare the main types

Definition in file fwd.hpp.