Commit 365efa3
authored
Add nla survey (#38)
* feat: Add NLA Survey Application
Added comprehensive NLA (Numerical Linear Algebra) survey functionality:
- Created survey infrastructure with TypeScript types and data structures
- Implemented main survey sections:
* NLA Operations with detailed subsections
* Benchmarking Requirements with operation-specific details
- Added interactive features:
* Collapsible sections
* Conditional rendering based on selections
* Hierarchical question structure
- Included data files for all NLA operations:
* Matrix operations (GEMM, inversion)
* Eigenvalue problems (standard, generalized)
* Factorizations (Cholesky, QR)
* Linear solvers and polynomial filtering
- Enhanced UI/UX:
* Proper bullet point hierarchy
* Clear section descriptions
* Responsive design
* Modern styling with Tailwind CSS
* fix: Add checkbox for Symmetric/Hermitian A, SPD B section
Added isSelectable property to enable left checkbox for the Symmetric/Hermitian A, SPD B section under Generalized Eigenvalue Problems.1 parent 27010bc commit 365efa3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments