MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
table.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

void mfem::Transpose (const Table &A, Table &At, int _ncols_A=-1)
 Transpose a Table. More...
 
Table * mfem::Transpose (const Table &A)
 
void mfem::Transpose (const Array< int > &A, Table &At, int _ncols_A=-1)
 Transpose an Array<int> More...
 
void mfem::Mult (const Table &A, const Table &B, Table &C)
 C = A * B (as boolean matrices) More...
 
Table * mfem::Mult (const Table &A, const Table &B)