Home
last modified time | relevance | path

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

123456

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_matrix.cpp74 CSG_Vector::CSG_Vector(void) in CSG_Vector() function in CSG_Vector
80 CSG_Vector::CSG_Vector(const CSG_Vector &Vector) in CSG_Vector() function in CSG_Vector
93 CSG_Vector::CSG_Vector(int n, double *Data) in CSG_Vector() function in CSG_Vector
106 CSG_Vector::CSG_Vector(size_t n, double *Data) in CSG_Vector() function in CSG_Vector
138 CSG_Vector::~CSG_Vector(void) in ~CSG_Vector()
468 CSG_Vector & CSG_Vector::operator = (const CSG_Vector &Vector) in operator =()
483 CSG_Vector & CSG_Vector::operator += (const CSG_Vector &Vector) in operator +=()
498 CSG_Vector & CSG_Vector::operator -= (const CSG_Vector &Vector) in operator -=()
513 CSG_Vector & CSG_Vector::operator *= (const CSG_Vector &Vector) in operator *=()
537 CSG_Vector CSG_Vector::operator + (const CSG_Vector &Vector) const in operator +()
[all …]
H A Dmat_regression_weighted.cpp275 CSG_Vector CSG_Regression_Weighted::_Log_Get_Beta(const CSG_Matrix &X, const CSG_Vector &y, const C… in _Log_Get_Beta()
277 CSG_Vector b(X.Get_NCols()), b_best; in _Log_Get_Beta()
279 CSG_Vector p = _Log_Get_Props(X, b); in _Log_Get_Beta()
317 CSG_Vector CSG_Regression_Weighted::_Log_Get_Beta(const CSG_Vector &b, const CSG_Matrix &X, const C… in _Log_Get_Beta()
329 return( CSG_Vector() ); in _Log_Get_Beta()
352 CSG_Vector CSG_Regression_Weighted::_Log_Get_Ywp(const CSG_Vector &p, const CSG_Vector &y, const CS… in _Log_Get_Ywp()
354 CSG_Vector Ywp(y.Get_N()); in _Log_Get_Ywp()
368 CSG_Vector CSG_Regression_Weighted::_Log_Get_Props(const CSG_Matrix &X, const CSG_Vector &b) in _Log_Get_Props()
370 CSG_Vector p(X.Get_NRows()); in _Log_Get_Props()
388 bool CSG_Regression_Weighted::_Log_NoChange(const CSG_Vector &b_old, const CSG_Vector &b_new) in _Log_NoChange()
[all …]
H A Dmat_tools.h350 CSG_Vector (const CSG_Vector &Vector);
397 CSG_Vector & operator = (const CSG_Vector &Vector);
399 CSG_Vector & operator += (const CSG_Vector &Vector);
401 CSG_Vector & operator -= (const CSG_Vector &Vector);
403 CSG_Vector & operator *= (const CSG_Vector &Vector);
406 CSG_Vector operator + (const CSG_Vector &Vector) const;
408 CSG_Vector operator - (const CSG_Vector &Vector) const;
524 CSG_Vector Multiply (const CSG_Vector &Vector) const;
1816 CSG_Vector _Log_Get_Beta (const CSG_Matrix &X, const CSG_Vector &y, const CSG_Vector &w);
1817CSG_Vector _Log_Get_Beta (const CSG_Vector &b, const CSG_Matrix &X, const CSG_Vector &y, cons…
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_photogrammetry/
H A Dmethods.h80 CSG_Vector calcRotations(CSG_Vector c , CSG_Vector t);
81 CSG_Matrix calcRotnMatrix(CSG_Vector params);
82 std::pair<double,double> minmax(CSG_Vector v);
H A Dmethods.cpp75 CSG_Vector calcRotations(CSG_Vector c, CSG_Vector t) in calcRotations()
78 CSG_Vector exOri(3); in calcRotations()
88 CSG_Matrix calcRotnMatrix(CSG_Vector params) in calcRotnMatrix()
122 std::pair<double,double> minmax(CSG_Vector v) in minmax()
H A DColorisation.cpp150 CSG_Vector center(3), angles(3); in On_Execute()
170 CSG_Vector K(3); in On_Execute()
214 CSG_Vector pqs(3); // Approx. pi, qi, si in On_Execute()
231 CSG_Vector pixelPos(2); in On_Execute()
301 CSG_Vector CColorisation::getDistortedPositions(CSG_Vector pixPos, CSG_Vector K) in getDistortedPositions()
304 CSG_Vector XYd(2); in getDistortedPositions()
H A DColorisation.h80 CSG_Vector getDistortedPositions (CSG_Vector pixPos, CSG_Vector K);
H A DResection.cpp161 CSG_Vector center(3); in On_Execute()
162 CSG_Vector target(3); in On_Execute()
188 CSG_Vector K(3); in On_Execute()
221CSG_Vector rotns = methods::calcRotations(center,target); // Approx. rotations omega, kappa, alp… in On_Execute()
293 CSG_Vector ATL(n); // Transpose(Design Matrix) * I * Shortened obs. vector in On_Execute()
300 CSG_Vector pqs(3); // Approx. pi, qi, si in On_Execute()
399 CSG_Vector eigenVals(n); in On_Execute()
442 CSG_Vector est_param_incs = invN * ATL; in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dfrost_change_frequency.h78 …int y, CSG_Simple_Statistics &Dif, CSG_Simple_Statistics &Min, CSG_Vector &Tmin, CSG_Vector &Tmax);
86 bool Get_Daily (int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Daily);
87 …bool Get_From_Daily (int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Dail…
88 …bool Get_From_Monthly (int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Dai…
H A Dclimate_tools.h93 bool CT_Get_Daily_Splined (CSG_Vector &Daily , const double Monthly [12]);
96 bool CT_Get_Daily_Precipitation (CSG_Vector &Daily_P, const double Monthly_P[12], const double M…
129 CSG_Vector m_Snow;
173 CSG_Vector m_SW[2];
232 CSG_Vector m_Monthly[MONTHLY_COUNT], m_Daily[DAILY_COUNT];
H A Dfrost_change_frequency.cpp85 CSG_Vector Tmin, Tmax; in Get_Statistics()
91 … int y, CSG_Simple_Statistics &Dif, CSG_Simple_Statistics &Min, CSG_Vector &Tmin, CSG_Vector &Tmax) in Get_Statistics()
112 …ency_Calculator::Get_Daily(int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Daily) in Get_Daily()
128 …Calculator::Get_From_Daily(int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Daily) in Get_From_Daily()
146 …lculator::Get_From_Monthly(int x, int y, CSG_Parameter_Grid_List *pTemperatures, CSG_Vector &Daily) in Get_From_Monthly()
431 CSG_Simple_Statistics Dif, Min; CSG_Vector Tmin, Tmax; in On_Execute_Position()
H A Dsnow_cover.h89 bool Get_Monthly (int x, int y, CSG_Parameter_Grid_List *pMonthly, CSG_Vector &Monthly);
90 bool Get_Daily (int x, int y, CSG_Parameter_Grid_List *pDaily , CSG_Vector &Daily );
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_lighting/
H A Dtopographic_openness.h100 bool Get_Angles_Multi_Scale (int x, int y, CSG_Vector &Max, CSG_Vector &Min);
101 bool Get_Angles_Sectoral (int x, int y, CSG_Vector &Max, CSG_Vector &Min);
H A Dview_shed.h105 bool Get_Angles_Multi_Scale (int x, int y, CSG_Vector &Angles, CSG_Vector &Distances);
107 bool Get_Angles_Sectoral (int x, int y, CSG_Vector &Angles, CSG_Vector &Distances);
H A Dgeomorphons.h101 bool Get_Angles_Multi_Scale (int x, int y, CSG_Vector &Max, CSG_Vector &Min);
102 bool Get_Angles_Sectoral (int x, int y, CSG_Vector &Max, CSG_Vector &Min);
H A Dgeomorphons.cpp290 CSG_Vector Max(8), Min(8); in Get_Geomorphon()
372 bool CGeomorphons::Get_Angles_Multi_Scale(int x, int y, CSG_Vector &Max, CSG_Vector &Min) in Get_Angles_Multi_Scale()
426 bool CGeomorphons::Get_Angles_Sectoral(int x, int y, CSG_Vector &Max, CSG_Vector &Min) in Get_Angles_Sectoral()
H A Dtopographic_openness.cpp323 CSG_Vector Max(m_Direction.Get_Count()), Min(m_Direction.Get_Count()); in Get_Openness()
353 bool CTopographic_Openness::Get_Angles_Multi_Scale(int x, int y, CSG_Vector &Max, CSG_Vector &Min) in Get_Angles_Multi_Scale()
407 bool CTopographic_Openness::Get_Angles_Sectoral(int x, int y, CSG_Vector &Max, CSG_Vector &Min) in Get_Angles_Sectoral()
H A Dview_shed.cpp287 CSG_Vector Angles(m_Direction.Get_Count()), Distances(m_Direction.Get_Count()); in Get_View_Shed()
338 bool CView_Shed::Get_Angles_Multi_Scale(int x, int y, CSG_Vector &Angles, CSG_Vector &Distances) in Get_Angles_Multi_Scale()
372 bool CView_Shed::Get_Angles_Sectoral(int x, int y, CSG_Vector &Angles, CSG_Vector &Distances) in Get_Angles_Sectoral()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_qm_of_esp/
H A Dhillslope_evolution_adi.cpp71 bool tridag(const CSG_Vector &a, const CSG_Vector &b, const CSG_Vector &c, const CSG_Vector &r, CSG… in tridag()
75 CSG_Vector gamma(n); in tridag()
340 CSG_Vector a(Get_NY()), b(Get_NY()), c(Get_NY()), u(Get_NY()), r(Get_NY()); in Set_Diffusion()
388 CSG_Vector a(Get_NX()), b(Get_NX()), c(Get_NX()), u(Get_NX()), r(Get_NX()); in Set_Diffusion()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_hydrology/
H A DWaterRetentionCapacity.cpp216 CSG_Vector CCC (Data.Get_NRows()); in Get_WaterRetention()
217 CSG_Vector CIL (Data.Get_NRows()); in Get_WaterRetention()
218 CSG_Vector K (Data.Get_NRows()); in Get_WaterRetention()
219 CSG_Vector Perm(Data.Get_NRows()); in Get_WaterRetention()
220 CSG_Vector He (Data.Get_NRows()); in Get_WaterRetention()
221 CSG_Vector CRA (Data.Get_NRows()); in Get_WaterRetention()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_calculus/
H A DGrid_Calculator.h98 bool Get_Result (const CSG_Vector &Values, double &Result);
129 bool Get_Values (int x, int y, CSG_Vector &Values);
157 bool Get_Values (int x, int y, int z, CSG_Vector &Values);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_georeference/
H A DGeoref_Engine.h144 CSG_Vector m_Polynom_Fwd[2], m_Polynom_Inv[2];
159 bool _Set_Polynomial (CSG_Points &From, CSG_Points &To, CSG_Vector Polynom[2]);
160 bool _Get_Polynomial (double &x, double &y, CSG_Vector Polynom[2]);
H A DGeoref_Engine.cpp544 CSG_Vector xPow(m_Order + 1); xPow[0] = 1.0; in _Get_Polynomial()
545 CSG_Vector yPow(m_Order + 1); yPow[0] = 1.0; in _Get_Polynomial()
566 bool CGeoref_Engine::_Set_Polynomial(CSG_Points &From, CSG_Points &To, CSG_Vector b[2]) in _Set_Polynomial()
568 CSG_Vector X(Get_Reference_Count()); in _Set_Polynomial()
569 CSG_Vector Y(Get_Reference_Count()); in _Set_Polynomial()
593 bool CGeoref_Engine::_Get_Polynomial(double &x, double &y, CSG_Vector b[2]) in _Get_Polynomial()
595 CSG_Vector z(_Get_Reference_Minimum(m_Method, m_Order)); in _Get_Polynomial()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_grid/
H A Dgrid_pca.cpp313 CSG_Vector Eigen_Values; in Get_Eigen_Reduction()
349 void CGrid_PCA::Print_Eigen_Values(CSG_Vector &Eigen_Values) in Print_Eigen_Values()
539 CSG_Vector X(m_nFeatures); in Get_Components()
562 CSG_Vector Y = Eigen_Vectors * X; in Get_Components()
711 CSG_Vector Y(nFeatures); in On_Execute()
734 CSG_Vector X = E * Y; in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_calculus/
H A Dtable_fill_record_gaps.h89 …bool Get_Neighbours (int iRecord, int Order, int Field, CSG_Vector &Y, CSG_Vector &X, int Numb…

123456