RockyML
0.0.1
A High-Performance Scientific Computing Framework
|
creating a 2d projection of loss function More...
#include <analysis.h>
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 |
creating a 2d projection of loss function