libMesh
|
Go to the source code of this file.
Classes | |
class | libMesh::SparseMatrix< T > |
Generic sparse matrix. More... | |
class | libMesh::DenseMatrix< T > |
Defines a dense matrix for use in Finite Element-type computations. More... | |
class | libMesh::NumericVector< T > |
Provides a uniform interface to vector storage schemes for different linear algebra libraries. More... | |
class | libMesh::SparseMatrix< T > |
Generic sparse matrix. More... | |
Namespaces | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
libMesh::SparsityPattern | |
This defines the sparsity pattern, or graph, of a sparse matrix. | |
Functions | |
template<typename T > | |
std::ostream & | libMesh::operator<< (std::ostream &os, const SparseMatrix< T > &m) |
template<typename T > | |
auto | libMesh::l1_norm (const SparseMatrix< T > &mat) |
template<typename T > | |
auto | libMesh::l1_norm_diff (const SparseMatrix< T > &mat1, const SparseMatrix< T > &mat2) |