, including all inherited members.
addDD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
addDI(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
addII(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
addSD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
addSI(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
addSS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
AutoDiffMatrix() | Opm::AutoDiffMatrix | [inline] |
AutoDiffMatrix(const int num_rows, const int num_cols) | Opm::AutoDiffMatrix | [inline] |
AutoDiffMatrix(const Eigen::DiagonalMatrix< double, Eigen::Dynamic > &d) | Opm::AutoDiffMatrix | [inline, explicit] |
AutoDiffMatrix(const Eigen::SparseMatrix< double > &s) | Opm::AutoDiffMatrix | [inline, explicit] |
AutoDiffMatrix(const AutoDiffMatrix &other) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | |
AutoDiffMatrix(AutoDiffMatrix &&other) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline] |
coeff(const int row, const int col) const | Opm::AutoDiffMatrix | [inline] |
cols() const | Opm::AutoDiffMatrix | [inline] |
createIdentity(const int num_rows_cols) | Opm::AutoDiffMatrix | [inline, static] |
DiagRep typedef (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | |
getSparse() const | Opm::AutoDiffMatrix | [inline] |
mulDD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
mulDS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
mulSD(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
mulSS(const AutoDiffMatrix &lhs, const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline, static] |
nonZeros() const | Opm::AutoDiffMatrix | [inline] |
operator*(const AutoDiffMatrix &rhs) const | Opm::AutoDiffMatrix | [inline] |
operator*(const double rhs) const | Opm::AutoDiffMatrix | [inline] |
operator*(const Eigen::VectorXd &rhs) const | Opm::AutoDiffMatrix | [inline] |
operator+(const AutoDiffMatrix &rhs) const | Opm::AutoDiffMatrix | [inline] |
operator+=(const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline] |
operator-=(const AutoDiffMatrix &rhs) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline] |
operator/(const double rhs) const | Opm::AutoDiffMatrix | [inline] |
operator=(const AutoDiffMatrix &other) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | |
operator=(AutoDiffMatrix &&other) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline] |
rows() const | Opm::AutoDiffMatrix | [inline] |
SparseRep typedef (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | |
swap(AutoDiffMatrix &other) (defined in Opm::AutoDiffMatrix) | Opm::AutoDiffMatrix | [inline] |
toSparse(Eigen::SparseMatrix< Scalar, Options, Index > &s) const | Opm::AutoDiffMatrix | [inline] |