Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.37 KB

File metadata and controls

52 lines (43 loc) · 2.37 KB
title Examples Gallery
audience users
prerequisites getting started
related ../tutorials/index.md, ../guide/building-shared-library.md
status maintained
publication draft

Examples Gallery

The maintained part of this section includes the checked recipes and the complete BLAS and LAPACK correctness projects. Use them when you need a copy-paste command, a real-library project, or the current boundary between inspection and runtime wrapper support.

The larger project examples below are placeholders for future complete runnable projects. Each one must include source, build command, import command, runtime check, limitations, and test evidence before it is marked maintained.

Choose A Page

Goal Page
Build and import a first extension First Wrapped Function
Build from several ordered sources Building the Shared Library
Generate and edit Makefile.prik Building the Shared Library
Build through Python code Build and import with the Python API
Inspect a Fortran API Inspect a Fortran API

| Work with semantic .pyi contracts | Work with semantic .pyi contracts | | Control command output | Control CLI output | | Use inspection APIs from Python | Use Python inspection APIs | | Pass compiler and preprocessing options | Use compiler preprocessing options | | Build and validate the complete Reference BLAS | BLAS wrapper | | Build complete Reference LAPACK and validate the SciPy-backed float64 surface | LAPACK wrapper |

Planned Project Examples

TODO

  • TODO: Add further runnable checked examples one at a time.
  • TODO: Keep examples with unavailable runtime support marked not yet implemented.