concepts::OutputMatlab< Mapping< F, dim > > Class Template Reference

Class for output of 2D and 3D matrices to matlab. More...

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< Mapping< F, dim > >:
concepts::OutputOperator

Public Member Functions

 OutputMatlab (const Mapping< F, dim > &val)
 

Protected Member Functions

std::ostream & info (std::ostream &os) const
 Returns information in an output stream In matlab, use e.g. More...
 

Private Attributes

const Mapping< F, dim > & val_
 

Detailed Description

template<typename F, int dim>
class concepts::OutputMatlab< Mapping< F, dim > >

Class for output of 2D and 3D matrices to matlab.

Definition at line 118 of file outputMatlab.hh.

Constructor & Destructor Documentation

◆ OutputMatlab()

template<typename F , int dim>
concepts::OutputMatlab< Mapping< F, dim > >::OutputMatlab ( const Mapping< F, dim > &  val)
inline

Definition at line 120 of file outputMatlab.hh.

Member Function Documentation

◆ info()

template<typename F , int dim>
std::ostream& concepts::OutputMatlab< Mapping< F, dim > >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream In matlab, use e.g.

u(1,:) to access

Reimplemented from concepts::OutputOperator.

Definition at line 124 of file outputMatlab.hh.

Member Data Documentation

◆ val_

template<typename F , int dim>
const Mapping<F,dim>& concepts::OutputMatlab< Mapping< F, dim > >::val_
private

Definition at line 132 of file outputMatlab.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich