CEPS  24.01
Cardiac ElectroPhysiology Simulator
DistributedMatrix.hpp File Reference
#include <memory>
#include "common/CepsCommon.hpp"
#include <Eigen/Dense>
#include <iostream>

Go to the source code of this file.

Data Structures

class  DistributedMatrix
 Sparse matrix distributed between process. More...
 

Typedefs

using DMatPtr = std::shared_ptr< DistributedMatrix >
 Short typedef for pointer on dist matrix. More...
 

Detailed Description

Sparse matrix distributed between process

Definition in file DistributedMatrix.hpp.

Typedef Documentation

◆ DMatPtr

using DMatPtr = std::shared_ptr<DistributedMatrix>

Short typedef for pointer on dist matrix.

Definition at line 552 of file DistributedMatrix.hpp.