Opm::AutoDiffMatrix Member List

This is the complete list of members for Opm::AutoDiffMatrix, including all inherited members.

addDD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
addDI(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
addII(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
addSD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
addSI(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
addSS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
AutoDiffMatrix()Opm::AutoDiffMatrixinline
AutoDiffMatrix(const int num_rows, const int num_cols)Opm::AutoDiffMatrixinline
AutoDiffMatrix(const Eigen::DiagonalMatrix< double, Eigen::Dynamic > &d)Opm::AutoDiffMatrixinlineexplicit
AutoDiffMatrix(const Eigen::SparseMatrix< double > &s)Opm::AutoDiffMatrixinlineexplicit
AutoDiffMatrix(const AutoDiffMatrix &other)=defaultOpm::AutoDiffMatrix
AutoDiffMatrix(AutoDiffMatrix &&other)Opm::AutoDiffMatrixinline
coeff(const int row, const int col) const Opm::AutoDiffMatrixinline
cols() const Opm::AutoDiffMatrixinline
createIdentity(const int num_rows_cols)Opm::AutoDiffMatrixinlinestatic
DiagRep typedefOpm::AutoDiffMatrix
getSparse() const Opm::AutoDiffMatrixinline
mulDD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
mulDS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
mulSD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
mulSS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinlinestatic
nonZeros() const Opm::AutoDiffMatrixinline
operator*(const AutoDiffMatrix &rhs) const Opm::AutoDiffMatrixinline
operator*(const double rhs) const Opm::AutoDiffMatrixinline
operator*(const Eigen::VectorXd &rhs) const Opm::AutoDiffMatrixinline
operator+(const AutoDiffMatrix &rhs) const Opm::AutoDiffMatrixinline
operator+=(const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinline
operator-=(const AutoDiffMatrix &rhs)Opm::AutoDiffMatrixinline
operator/(const double rhs) const Opm::AutoDiffMatrixinline
operator=(const AutoDiffMatrix &other)=defaultOpm::AutoDiffMatrix
operator=(AutoDiffMatrix &&other)Opm::AutoDiffMatrixinline
rows() const Opm::AutoDiffMatrixinline
SparseRep typedefOpm::AutoDiffMatrix
swap(AutoDiffMatrix &other)Opm::AutoDiffMatrixinline
toSparse(Eigen::SparseMatrix< Scalar, Options, Index > &s) const Opm::AutoDiffMatrixinline