MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
table.hpp File Reference

Go to the source code of this file.

Classes

struct  mfem::Connection
 Helper struct for defining a connectivity table, see Table::MakeFromList. More...
 
class  mfem::Table
 
class  mfem::STable
 
class  mfem::DSTable
 
class  mfem::DSTable::RowIterator
 

Namespaces

namespace  mfem
 

Functions

template<>
void mfem::Swap< Table > (Table &a, Table &b)
 Specialization of the template function Swap<> for class Table.
 
void mfem::Transpose (const Table &A, Table &At, int ncols_A_=-1)
 Transpose a Table.
 
Tablemfem::Transpose (const Table &A)
 
void mfem::Transpose (const Array< int > &A, Table &At, int ncols_A_=-1)
 Transpose an Array<int>.
 
void mfem::Mult (const Table &A, const Table &B, Table &C)
 C = A * B (as boolean matrices)
 
Tablemfem::Mult (const Table &A, const Table &B)