MyraMath
Classes | Functions
AssemblyTree.h File Reference

Describes data layout and job dependencies for symmetric-pattern multifrontal solvers. More...

#include <myramath/utility/detail/LIBPUBLIC.h>
#include <myramath/utility/Array1.h>
#include <myramath/utility/Array2.h>
#include <myramath/sparse/Permutation.h>
#include <myramath/multifrontal/Options.h>
#include <vector>
#include <iosfwd>
#include <stdint.h>
Include dependency graph for AssemblyTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::AssemblyTree
 Symbolic analysis data structure for all multifrontal solvers. More...
 
class  myra::AssemblyTree::Node
 

Functions

std::ostream & myra::operator<< (std::ostream &out, const AssemblyTree &atree)
 Prints an AssemblyTree on a std::ostream.
 

Detailed Description

Describes data layout and job dependencies for symmetric-pattern multifrontal solvers.