MyraMath
Classes
ConcatenateAction.h File Reference

An Action that concatenates other Action's, think horzcat() or vertcat(). More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/utility/Array1.h>
#include <myramath/utility/Array2.h>
#include <myramath/dense/intRange.h>
#include <myramath/iterative/Action.h>
#include <myramath/iterative/ActionBase.h>
Include dependency graph for ConcatenateAction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::detail::ConcatenateAction< Number >
 Wraps an Array2<Action>, for concatenating other Action's together. More...
 
class  myra::detail::ConcatenateAction< Number >
 Wraps an Array2<Action>, for concatenating other Action's together. More...
 

Detailed Description

An Action that concatenates other Action's, think horzcat() or vertcat().