Class documentation of Concepts

Loading...
Searching...
No Matches
matrix.hh File Reference
#include "compositions.hh"
#include "matrixIterator.hh"
#include "space/elementPairs.hh"
#include "toolbox/sequence.hh"
#include <type_traits>
#include <typeinfo>

Go to the source code of this file.

Classes

class  concepts::Matrix< F >
 

Namespaces

namespace  concepts
 

Macros

#define ApplyMatrix_D   0
 

Functions

template<class F >
uint concepts::getNumberofRows (F &m)
 
template<class F , class H , class I >
void concepts::apply (Operator< F > &op, const Matrix< H > &mX, Matrix< I > &mY)
 

Detailed Description

Interface for a matrix

Definition in file matrix.hh.

Macro Definition Documentation

◆ ApplyMatrix_D

#define ApplyMatrix_D   0

Definition at line 17 of file matrix.hh.