Opm::Elasticity::MatrixOps Member List

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

augment(const Matrix &A, const Matrix &B, size_t r0, size_t c0, bool symmetric)Opm::Elasticity::MatrixOpsstatic
Axpy(const Matrix &A, const Matrix &B, double alpha)Opm::Elasticity::MatrixOpsstatic
diagonal(size_t N)Opm::Elasticity::MatrixOpsstatic
extractBlock(const Matrix &A, size_t r0, size_t N, size_t c0, size_t M)Opm::Elasticity::MatrixOpsstatic
extractDiagonal(const Matrix &A)Opm::Elasticity::MatrixOpsstatic
fromAdjacency(Matrix &A, const AdjacencyPattern &adj, int rows, int cols)Opm::Elasticity::MatrixOpsstatic
fromDense(const Dune::DynamicMatrix< double > &T)Opm::Elasticity::MatrixOpsstatic
print(const Matrix &A)Opm::Elasticity::MatrixOpsstatic
saveAsc(const Matrix &A, const std::string &file)Opm::Elasticity::MatrixOpsstatic