suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Loading...
Searching...
No Matches
FullMatCluster.hpp File Reference
#include "../DenseMat.hpp"
#include <ezp/ezp/pgesv.hpp>
#include <ezp/ezp/pposv.hpp>
Include dependency graph for FullMatCluster.hpp:

Go to the source code of this file.

Classes

class  FullMatBaseCluster< T, solver_t >
 

Typedefs

template<sp_d T>
using FullMatCluster = FullMatBaseCluster< T, ezp::pgesv< T, la_it > >
 
template<sp_d T>
using FullSymmMatCluster = FullMatBaseCluster< T, ezp::pposv< T, la_it > >