#include "GMatrix.h"
ネームスペース | |
namespace | GMathLib |
namespace | GMathLib::GDiff_Util |
関数 | |
double | GMathLib::GDiff_Util::CentralDiff1D (double *discre_data, int no, double del_x, bool periodic_bound_condition=false, int d_size=0) |
double | GMathLib::GDiff_Util::Diff_2Times1D (double *discre_data, int no, double del_x, bool periodic_bound_condition=false, int d_size=0) |
void | GMathLib::GDiff_Util::BoundaryCondition2D_For_MatrixId (int i, int j, int &iup, int &idown, int &jup, int &jdown, int matrix_isize, int matrix_jsize) |