![]() |
mgcpp
A C++ Math Library Based on CUDA
|
#include <mgcpp/expressions/dmat_expr.hpp>#include <mgcpp/expressions/eval_context.hpp>#include <mgcpp/expressions/generic_expr.hpp>#include <mgcpp/matrix/forward.hpp>#include <mgcpp/expressions/dmat_ref_expr.tpp>
Go to the source code of this file.
Namespaces | |
| mgcpp | |
Typedefs | |
| template<typename Matrix > | |
| using | mgcpp::dmat_ref_expr = generic_expr< dmat_ref_expr_type, 0, dmat_expr, Matrix, 1, Matrix const & > |
Functions | |
| template<typename DenseMatrix , typename Type > | |
| dmat_ref_expr< DenseMatrix > | mgcpp::ref (dense_matrix< DenseMatrix, Type > const &mat) |
1.8.13