#include <LinAlg.h>
Inheritance diagram for linalg::ElementWiseStride:
Public Member Functions | |
void | operator= (const REAL val) |
void | operator+= (const double val) |
void | operator-= (const double val) |
void | operator *= (const double val) |
void | abs (void) |
void | sqr (void) |
void | sqrt (void) |
void | operator= (const ElementWiseStrideConst &another) |
void | operator+= (const ElementWiseStrideConst &another) |
void | operator-= (const ElementWiseStrideConst &another) |
void | operator *= (const ElementWiseStrideConst &another) |
void | operator/= (const ElementWiseStrideConst &another) |
ElementWiseAction & | apply (ElementWiseAction &functor) |
Private Member Functions | |
void | operator= (const ElementWiseStride &) |
ElementWiseStride (const ElementWiseStride &) | |
ElementWiseStride (const MatrixRow &mr) | |
ElementWiseStride (const MatrixDiag &md) | |
ElementWiseStride (const ElementWiseConst::ElementWiseConstRef &ewc) | |
Friends | |
class | ElementWise |
ElementWiseStride | to_every (const MatrixRow &mr) |
ElementWiseStride | to_every (const MatrixDiag &md) |
|
|
|
|
|
|
|
|
|
Definition at line 117 of file matrix_sub.cpp. References REAL. |
|
Definition at line 1566 of file LinAlg.h. References REAL. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from linalg::ElementWiseStrideConst. |
|
|
|
|
|
Definition at line 124 of file matrix_sub.cpp. References REAL. |
|
Definition at line 131 of file matrix_sub.cpp. References linalg::_error(), and REAL. |
Here is the call graph for this function:
|
|
|
|
|
|