MyraMath
Classes | Functions
SchurTree.h File Reference

Tabulates data layout and dependencies for multifrontal schur complement. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/utility/Array1.h>
#include <myramath/utility/Array2.h>
#include <myramath/multifrontal/Options.h>
#include <myramath/multifrontal/symbolic/AssemblyTree.h>
#include <map>
#include <vector>
#include <iosfwd>
#include <stdint.h>
Include dependency graph for SchurTree.h:

Go to the source code of this file.

Classes

class  myra::SchurTree
 Symbolic analysis data structure for multifrontal schur complement. More...
 
class  myra::SchurTree::WriteMapItem
 
class  myra::SchurTree::WriteMap2
 
class  myra::SchurTree::WriteMap
 
class  myra::SchurTree::Node
 

Functions

std::ostream & myra::operator<< (std::ostream &out, const SchurTree::WriteMapItem &item)
 Prints a SchurTree on a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const SchurTree::WriteMap &writemap)
 
std::ostream & myra::operator<< (std::ostream &out, const SchurTree::WriteMap2 &writemap)
 
std::ostream & myra::operator<< (std::ostream &out, const SchurTree::Node &snode)
 
std::ostream & myra::operator<< (std::ostream &out, const SchurTree &stree)
 

Detailed Description

Tabulates data layout and dependencies for multifrontal schur complement.