mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
- 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
10 lines
211 B
CMake
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
|
|
)
|