#include "Serializer.h"
#include "Shadower.h"
#include "../util/functions.h"
#include <iostream>
#include <iomanip>
#include <assert.h>
#include <utility>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | matrix< A > |
Sequential Matrix which can be used with skeletons. More... | |
class | m_skeletons |
Skeletons for matrix. More... | |
class | m_skeletons::Mkpair< B, C > |
Make a pair (fst, snd). |
matrix and m_skeleton can be regarded as sequential versions of dist_matrix and matrix_skeletons.
Definition in file matrix.h.