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::BilinearForm< F, G >
 Abstract function class to evaluate a bilinear form. More...
 
class  concepts::Matrix< F >
 Abstract class for an operator. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Macros

#define ApplyMatrix_D   0
 

Functions

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

Detailed Description

Interface for a matrix

Definition in file matrix.hh.

Macro Definition Documentation

◆ ApplyMatrix_D

#define ApplyMatrix_D   0

Definition at line 18 of file matrix.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich