#include <Omu_Dependents.h>


Public Member Functions | |
| Omu_Gradient () | |
| Create an empty matrix. | |
| ~Omu_Gradient () | |
| Free memory. | |
| bool | is_zero () |
| bool | is_constant () |
Protected Member Functions | |
| void | size (int dim) |
| Allocate and initialize Gradient. | |
| void | analyze_struct (bool is_constant) |
| Obtain properties for current matrix. | |
Protected Attributes | |
| bool | _is_zero |
| bool | _is_constant |
Friends | |
| class | Omu_Dep |
| Omu_Gradient::Omu_Gradient | ( | ) |
Create an empty matrix.
| Omu_Gradient::~Omu_Gradient | ( | ) |
Free memory.
| void Omu_Gradient::size | ( | int | dim | ) | [protected] |
Allocate and initialize Gradient.
| void Omu_Gradient::analyze_struct | ( | bool | is_constant | ) | [protected] |
Obtain properties for current matrix.
.