RockyML  0.0.1
A High-Performance Scientific Computing Framework
rocky::zagros::loss_projection_2d< T_e, T_dim > Class Template Reference

creating a 2d projection of loss function More...

#include <analysis.h>

Inheritance diagram for rocky::zagros::loss_projection_2d< T_e, T_dim >:
Collaboration diagram for rocky::zagros::loss_projection_2d< T_e, T_dim >:

Public Member Functions

 loss_projection_2d (system< T_e > *problem, std::string label, int width, int height, T_e x_min, T_e y_min, T_e x_max, T_e y_max)
 
void save_mesh ()
 
virtual void apply ()
 
- Public Member Functions inherited from rocky::zagros::basic_strategy< T_e, T_dim >
virtual void reset ()
 

Protected Attributes

system< T_e > * problem_
 
std::string label_
 
T_e x_min_
 
T_e x_max_
 
T_e y_min_
 
T_e y_max_
 
int width_
 
int height_
 
double delta_x_
 
double delta_y_
 
int l_width_
 
int l_height_
 
int step_
 
std::vector< std::vector< T_e > > z
 

Detailed Description

template<typename T_e, int T_dim>
class rocky::zagros::loss_projection_2d< T_e, T_dim >

creating a 2d projection of loss function


The documentation for this class was generated from the following file: