#include <LinAlg.h>
Inheritance diagram for linalg::ElementWise:
Public Member Functions | |
operator ElementWiseStride (void) | |
ElementWiseStride | with_stride (void) |
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 ElementWiseConst &another) |
void | operator+= (const ElementWiseConst &another) |
void | operator-= (const ElementWiseConst &another) |
void | operator *= (const ElementWiseConst &another) |
void | operator/= (const ElementWiseConst &another) |
ElementWiseAction & | apply (ElementWiseAction &functor) |
Private Member Functions | |
void | operator= (const ElementWise &) |
ElementWise (const ElementWise &) | |
ElementWise (Matrix &m) | |
ElementWise (const MatrixColumn &mc) | |
Friends | |
ElementWise | to_every (Matrix &m) |
ElementWise | to_every (const Matrix::Reference &m) |
ElementWise | to_every (const MatrixColumn &mc) |
|
|
|
|
|
|
|
Definition at line 298 of file matrix1.cpp. References REAL. |
|
Definition at line 1549 of file LinAlg.h. References REAL. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from linalg::ElementWiseConst. |
|
|
|
|
|
Definition at line 305 of file matrix1.cpp. References REAL. |
|
Definition at line 312 of file matrix1.cpp. References linalg::_error(), and REAL. |
Here is the call graph for this function:
|
|
|
|
|
|
|
|