MyraMath
Classes
ActionBase.h File Reference

Implementation detail, polymorphic base type contained/erased by Action. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <utility>
Include dependency graph for ActionBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Matrix< Number >
 Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More...
 
class  myra::CMatrixRange< Number >
 Represents a const MatrixRange. More...
 
class  myra::MatrixRange< Number >
 Represents a mutable MatrixRange. More...
 
class  myra::Action< Number >
 Applies the "Action" of a linear operator, b := A*x. More...
 
class  myra::detail::ActionBase< Number >
 
class  myra::detail::NullAction< Number >
 

Detailed Description

Implementation detail, polymorphic base type contained/erased by Action.