![]() |
Prev | Next | mat2cpp.hpp |
# include <mat2cpp.hpp>
mat2cpp.hpp
contains
the following include commands:
# include <boost/numeric/ublas/matrix.hpp>
# include <boost/numeric/ublas/matrix_proxy.hpp>
In addition, it links the following
ublas
identifiers to the mat2cpp
namespace:
matrix
, zero_matrix
, scalar_matrix
,
slice
, matrix_slice
.
It also defines matrix_slice_double
using
typedef matrix_slice< matrix<double> > matrix_slice_double;
mat2cpp.hpp
include also
defines linkage for the following
mat2cpp
namespace functions:
mat2cpp.hpp
include also
defines the following types:
fortran_integer | the type in C++ corresponding to Fortran integer |
fortran_double | the type in C++ corresponding to Fortran double precision |
fortran_subroutine | the return type in C++ corresponding to Fortran subroutine |