AutoDiffMatrix.hpp File Reference
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <Eigen/Eigen>
#include <Eigen/Sparse>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
#include <opm/common/ErrorMacros.hpp>
#include <opm/autodiff/fastSparseProduct.hpp>
#include <vector>
Include dependency graph for AutoDiffMatrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::AutoDiffMatrix
 

Namespaces

 Opm
 

Functions

void Opm::fastSparseProduct (const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs, AutoDiffMatrix &res)
 
void Opm::fastSparseProduct (const Eigen::SparseMatrix< double > &lhs, const AutoDiffMatrix &rhs, AutoDiffMatrix &res)
 
AutoDiffMatrix Opm::operator* (const Eigen::SparseMatrix< double > &lhs, const AutoDiffMatrix &rhs)