MOOCHO (Single Doxygen Collection)
Version of the Day
|
Matrix list entry for a sub-matrix. More...
#include <AbstractLinAlgPack_MatrixComposite.hpp>
Public Types | |
typedef Teuchos::RCP< const GenPermMatrixSlice > | GPMS_ptr_t |
Public Member Functions | |
SubMatrixEntry (size_type r_l, size_type r_u, size_type c_l, size_type c_u, value_type alpha, const Range1D &rng_P, const GPMS_ptr_t &P, const release_resource_ptr_t &P_release, BLAS_Cpp::Transp P_trans, const MatrixOp *A, const release_resource_ptr_t &A_release, BLAS_Cpp::Transp A_trans, const Range1D &rng_Q, const GPMS_ptr_t &Q, const release_resource_ptr_t &Q_release, BLAS_Cpp::Transp Q_trans) | |
bool | operator== (const SubMatrixEntry m) |
Matrix list entry for a sub-matrix.
ToDo: Finish Documentation!
Definition at line 190 of file AbstractLinAlgPack_MatrixComposite.hpp.
typedef Teuchos::RCP<const GenPermMatrixSlice> AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::GPMS_ptr_t |
Definition at line 192 of file AbstractLinAlgPack_MatrixComposite.hpp.
|
inline |
Definition at line 194 of file AbstractLinAlgPack_MatrixComposite.hpp.
|
inline |
Definition at line 206 of file AbstractLinAlgPack_MatrixComposite.hpp.
size_type AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::r_l_ |
Definition at line 215 of file AbstractLinAlgPack_MatrixComposite.hpp.
size_type AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::r_u_ |
Definition at line 215 of file AbstractLinAlgPack_MatrixComposite.hpp.
size_type AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::c_l_ |
Definition at line 215 of file AbstractLinAlgPack_MatrixComposite.hpp.
size_type AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::c_u_ |
Definition at line 215 of file AbstractLinAlgPack_MatrixComposite.hpp.
value_type AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::alpha_ |
Definition at line 217 of file AbstractLinAlgPack_MatrixComposite.hpp.
Range1D AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::rng_P_ |
Definition at line 219 of file AbstractLinAlgPack_MatrixComposite.hpp.
GPMS_ptr_t AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::P_ |
Definition at line 221 of file AbstractLinAlgPack_MatrixComposite.hpp.
release_resource_ptr_t AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::P_release_ |
Definition at line 223 of file AbstractLinAlgPack_MatrixComposite.hpp.
BLAS_Cpp::Transp AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::P_trans_ |
Definition at line 225 of file AbstractLinAlgPack_MatrixComposite.hpp.
const MatrixOp* AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::A_ |
Definition at line 227 of file AbstractLinAlgPack_MatrixComposite.hpp.
release_resource_ptr_t AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::A_release_ |
Definition at line 229 of file AbstractLinAlgPack_MatrixComposite.hpp.
BLAS_Cpp::Transp AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::A_trans_ |
Definition at line 231 of file AbstractLinAlgPack_MatrixComposite.hpp.
Range1D AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::rng_Q_ |
Definition at line 233 of file AbstractLinAlgPack_MatrixComposite.hpp.
GPMS_ptr_t AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::Q_ |
Definition at line 235 of file AbstractLinAlgPack_MatrixComposite.hpp.
release_resource_ptr_t AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::Q_release_ |
Definition at line 237 of file AbstractLinAlgPack_MatrixComposite.hpp.
BLAS_Cpp::Transp AbstractLinAlgPack::MatrixComposite::SubMatrixEntry::Q_trans_ |
Definition at line 239 of file AbstractLinAlgPack_MatrixComposite.hpp.