Home
last modified time | relevance | path

Searched refs:InitializeSolution (Results 1 – 20 of 20) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMSolverHyperbolic.hxx127 this->m_LinearSystem->InitializeSolution(0); in FinalizeMatrixAfterAssembly()
128 this->m_LinearSystem->InitializeSolution(solution_a); in FinalizeMatrixAfterAssembly()
135 this->m_LinearSystem->InitializeSolution(solution_a); in FinalizeMatrixAfterAssembly()
139 this->m_LinearSystem->InitializeSolution(solution_d); in FinalizeMatrixAfterAssembly()
140 this->m_LinearSystem->InitializeSolution(solution_v); in FinalizeMatrixAfterAssembly()
H A DitkFEMLinearSystemWrapperDenseVNL.h75 void InitializeSolution(unsigned int solutionIndex) override;
H A DitkFEMLinearSystemWrapperVNL.h74 void InitializeSolution(unsigned int solutionIndex) override;
H A DitkFEMSolverCrankNicolson.hxx76 this->m_LinearSystem->InitializeSolution(m_SolutionTIndex); in InitializeForSolution()
77 this->m_LinearSystem->InitializeSolution(m_TotalSolutionIndex); in InitializeForSolution()
78 this->m_LinearSystem->InitializeSolution(m_SolutionTMinus1Index); in InitializeForSolution()
322 this->m_LinearSystem->InitializeSolution(m_SolutionTIndex); in RunSolver()
H A DitkFEMLinearSystemWrapper.h213 virtual void InitializeSolution(unsigned int solutionIndex = 0) = 0;
H A DitkFEMLinearSystemWrapperItpack.h580 void InitializeSolution(unsigned int solutionIndex) override;
H A DitkFEMSolver.hxx589 m_LinearSystem->InitializeSolution(); in RunSolver()
H A DitkFEMRobustSolver.hxx96 this->m_LinearSystem->InitializeSolution(m_SolutionIndex); in Initialization()
/dports/games/openssn/openssn/src/
H A Dtargetmotionanalysis.h124 void InitializeSolution(float LatYards, float LonYards, int Speed, int Heading);
H A Dtargetmotionanalysis.cpp311 void TargetMotionAnalysis::InitializeSolution(float LatYards, float LonYards, int Speed, int Headin… in InitializeSolution() function in TargetMotionAnalysis
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/test/
H A DitkFEMLinearSystemWrapperItpackTest2.cxx58 it.InitializeSolution(i); in itkFEMLinearSystemWrapperItpackTest2()
H A DitkFEMLinearSystemWrapperDenseVNLTest.cxx58 it.InitializeSolution(i); in itkFEMLinearSystemWrapperDenseVNLTest()
H A DitkFEMLinearSystemWrapperVNLTest.cxx58 it.InitializeSolution(i); in itkFEMLinearSystemWrapperVNLTest()
H A DitkFEMLinearSystemWrapperItpackTest.cxx58 it.InitializeSolution(i); in itkFEMLinearSystemWrapperItpackTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/src/
H A DitkFEMLinearSystemWrapperItpack.cxx169 void LinearSystemWrapperItpack::InitializeSolution(unsigned int solutionIndex) in InitializeSolution() function in itk::fem::LinearSystemWrapperItpack
706 this->InitializeSolution(0); in Solve()
998 this->InitializeSolution(solutionIndex); in CopyVector2Solution()
H A DitkFEMLinearSystemWrapperDenseVNL.cxx101 void LinearSystemWrapperDenseVNL::InitializeSolution(unsigned int solutionIndex) in InitializeSolution() function in itk::fem::LinearSystemWrapperDenseVNL
H A DitkFEMLinearSystemWrapperVNL.cxx120 void LinearSystemWrapperVNL::InitializeSolution(unsigned int solutionIndex) in InitializeSolution() function in itk::fem::LinearSystemWrapperVNL
/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_radix_sort.cu653 void InitializeSolution( in InitializeSolution() function
957InitializeSolution<IS_DESCENDING>(h_keys, num_items, num_segments, h_segment_offsets, begin_bit, e… in TestValueTypes()
1144 InitializeSolution<IS_DESCENDING>( in Test()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_search.h184 virtual bool InitializeSolution() { return true; } in InitializeSolution() function
275 bool InitializeSolution() override;
H A Drouting_search.cc259 if (!InitializeSolution()) { in BuildSolution()
349 bool RoutingFilteredHeuristic::InitializeSolution() { in InitializeSolution() function in operations_research::RoutingFilteredHeuristic