Files
OCCT/src/FoundationClasses/TKMath/MathSys/FILES.cmake
Pasukhin Dmitry e7d1148e8f Foundation Classes - Enhance MathRoot and MathSys with new utilities (#954)
- Added comprehensive testing infrastructure for trigonometric root finding with multiple edge cases
- Introduced optimized 2D Newton solver with gradient descent fallback and bounds checking
- Created domain management utilities for 1D/2D parameter spaces
- Fixed critical bugs in trigonometric root finding algorithm
2025-12-25 21:21:59 +00:00

10 lines
211 B
CMake

# Source files for MathSys package
set(OCCT_MathSys_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
set(OCCT_MathSys_FILES
MathSys_Newton.hxx
MathSys_Newton2D.hxx
MathSys_LevenbergMarquardt.hxx
README.md
)