Vector extended with structural information for a gradient.
More...
#include <Omu_Dependents.h>
|
| Omu_Gradient () |
| Create an empty matrix. More...
|
|
| ~Omu_Gradient () |
| Free memory. More...
|
|
bool | is_zero () |
|
bool | is_constant () |
|
| VECP () |
|
| VECP (VEC *cv) |
|
VEC * | operator= (VEC *nv) |
|
Real & | operator[] (int j) |
|
VEC * | operator-> () |
|
| operator VEC * () |
|
| operator const VEC * () |
|
const Real & | operator[] (int j) const |
|
const VEC * | operator-> () const |
|
| operator const VEC * () const |
|
|
bool | _is_zero |
|
bool | _is_constant |
|
VEC * | _v |
| wrapped VEC*
|
|
Vector extended with structural information for a gradient.
Omu_Gradient::Omu_Gradient |
( |
| ) |
|
Omu_Gradient::~Omu_Gradient |
( |
| ) |
|
void Omu_Gradient::analyze_struct |
( |
bool |
is_constant | ) |
|
|
protected |
Obtain properties for current matrix.
void Omu_Gradient::size |
( |
int |
dim | ) |
|
|
protected |
Allocate and initialize Gradient.
The documentation for this class was generated from the following file: