MyraMath
|
Public Types | |
typedef ReflectNumber< Kernel >::type | Number |
typedef ::myra::multifrontal::detail::partialsolveu_right::JobGraphBase2< Number > | Base |
typedef ::myra::multifrontal::detail::lu::LUContainer< Kernel > | LUContainer |
typedef ::myra::multifrontal::detail::QContainer< Number > | QContainer |
typedef CMatrixRange< Number > | CRange |
typedef MatrixRange< Number > | Range |
Public Member Functions | |
JobGraphBase (const LUContainer *in_lucontainer, const SchurTree *in_stree, QContainer *in_qcontainer, char in_op) | |
virtual ::myra::JobGraphBase * | clone () const |
Protected Member Functions | |
const Kernel & | l (int n, int ij) const |
const CRange | l (int n, int i, int j) const |
virtual uint64_t | backsolve (int n, int k, int i) |
virtual uint64_t | downdate (int n, int k, int i, int j) |