|
cheshirekow
v0.1.0
|
#include <fiber/scale.h>
Public Types | |
| enum | { ROWS_ = Exp::ROWS_, COLS_ = Exp::COLS_, SIZE_ = Exp::SIZE_ } |
Public Member Functions | |
| _Scale (Scalar s, Exp const &A) | |
| Size | cols () const |
| Scalar | operator() (Size i, Size j) const |
| Scalar | operator[] (Size i) const |
| Size | rows () const |
| Size | size () const |
Public Member Functions inherited from fiber::_RValue< Scalar, _Scale< Scalar, Exp > > | |
| Size | cols () const |
| Scalar | operator() (Size i, Size j) const |
| Scalar | operator[] (Size i) const |
| Size | rows () const |
| Size | size () const |
Private Attributes | |
| Exp const & | M_ |
| Scalar | s_ |
| anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |