<!-- PCU: ch26-switch-from-ndarray | contract: contracts/apr-book-ch26-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch26_switch_ndarray -->
<!-- Status: enforced -->
# Switch From ndarray/nalgebra/linfa
> Contract: [`apr-book-ch26`](../../../contracts/apr-book-ch26-v1.yaml)
Run: `cargo run -p aprender-core --example ch26_switch_ndarray`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch26_switch_ndarray.rs}}
```