MyraMath
|
Implementation detail, polymorphic base type contained/erased by Action. More...
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 > |
Implementation detail, polymorphic base type contained/erased by Action.