Home
last modified time | relevance | path

Searched refs:Get_Weights (Results 1 – 25 of 25) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging_simple.cpp78 bool CKriging_Simple::Get_Weights(const CSG_Matrix &Points, CSG_Matrix &W) in Get_Weights() function in CKriging_Simple
116 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_ordinary.cpp80 bool CKriging_Ordinary::Get_Weights(const CSG_Matrix &Points, CSG_Matrix &W) in Get_Weights() function in CKriging_Ordinary
121 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging3d_simple.cpp80 bool CKriging3D_Simple::Get_Weights(const CSG_Matrix &Points, CSG_Matrix &W) in Get_Weights() function in CKriging3D_Simple
118 else if( Get_Points(x, y, z, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging3d_ordinary.cpp80 bool CKriging3D_Ordinary::Get_Weights(const CSG_Matrix &Points, CSG_Matrix &W) in Get_Weights() function in CKriging3D_Ordinary
121 else if( Get_Points(x, y, z, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_ordinary.h79 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W);
H A Dkriging_simple.h77 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W);
H A Dkriging3d_ordinary.h77 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W);
H A Dkriging3d_simple.h77 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W);
H A Dkriging_universal.h81 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W);
H A Dkriging_universal.cpp163 bool CKriging_Universal::Get_Weights(const CSG_Matrix &Points, CSG_Matrix &W) in Get_Weights() function in CKriging_Universal
223 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_base.h94 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W) = 0;
H A Dkriging3d_base.h96 virtual bool Get_Weights (const CSG_Matrix &Points, CSG_Matrix &W) = 0;
H A Dkriging_base.cpp423 return( Get_Weights(m_Points, m_W) ); in _Init_Search()
H A Dkriging3d_base.cpp468 return( Get_Weights(m_Points, m_W) ); in _Init_Search()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_points/
H A DGSPoints_Pattern_Analysis.cpp173 if( D.Get_Weights() == 0.0 ) in On_Execute()
180 StdDist = sqrt(StdDist / D.Get_Weights()); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_morphometry/
H A Dparam_scale.h100 bool Get_Weights (void);
H A Dparam_scale.cpp231 if( !Get_Weights() ) in On_Execute()
472 bool CParam_Scale::Get_Weights(void) in Get_Weights() function in CParam_Scale
H A Dtpi.cpp203 if( Statistics.Get_Weights() > 0. ) in Get_Statistics()
H A Dmrvbf.cpp307 if( s.Get_Weights() > 0.0 ) in Get_Smoothed()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/
H A DFilter_Gauss.cpp162 if( s.Get_Weights() > 0.0 ) in On_Execute()
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-rem_nn_wrapper.ads112 procedure Get_Weights (Weight : out Weight_Info); subprogspec
H A Dpragmarc-rem_nn_wrapper.adb333 procedure Get_Weights (Weight : out Weight_Info) is subprogram
359 end Get_Weights; argument
373 Get_Weights (Weight => Weight);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_grid/
H A DGSGrid_Residuals.cpp213 if( s.Get_Weights() > 0. ) in Get_Statistics()
H A DGSGrid_Directional_Statistics.cpp336 if( Statistics.Get_Weights() > 0.0 ) in Get_Statistics()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.h719 double Get_Weights (void) const { return( m_Weights ); } in Get_Weights() function