#include <LinAlg.h>
Inheritance diagram for linalg::Matrix::ConstReference:
Public Member Functions | |
ConstReference (const Matrix &_m) | |
~ConstReference (void) | |
operator const Matrix & (void) const | |
const Matrix & | ref (void) const |
Private Member Functions | |
ConstReference (const ConstReference &) | |
void | operator= (const ConstReference &) |
Private Attributes | |
Matrix & | m |
Friends | |
class | Reference |
|
|
|
Definition at line 520 of file LinAlg.h. References linalg::RWWatchDog::get_shared(), linalg::Matrix::is_valid(), and linalg::Matrix::ref_counter. |
Here is the call graph for this function:
|
Definition at line 523 of file LinAlg.h. References linalg::Matrix::is_valid(), linalg::Matrix::ref_counter, and linalg::RWWatchDog::release_shared(). |
Here is the call graph for this function:
|
|
|
|
|
Reimplemented in linalg::Matrix::Reference. Definition at line 525 of file LinAlg.h. Referenced by linalg::Matrix::operator *=(), linalg::Matrix::operator=(), linalg::verify_element_value(), and linalg::verify_matrix_identity(). |
|
|
|
|