<!-- GENERATED by tools/package_docs.py. Edit this tool metadata or replace the file and remove this marker. -->

# symmatrices

`CAIMEOX/symbit/symmatrices` is the public import path for this package.

Dense, sparse, and symbolic matrix objects together with linear algebra, matrix-expression construction, and decomposition utilities.

## When To Use This Package

- Import `CAIMEOX/symbit/symmatrices` directly when your code depends on this package's subsystem-specific types or algorithms.
- Prefer this package over the root facade when you want the focused API surface listed below rather than a convenience wrapper.

## Key Public Entry Points

- `block_diag`
- `block_diag_matrix_expr`
- `block_matrix`
- `block_matrix_expr`
- `casoratian`
- `diag`
- `eye`
- `gram_schmidt`

## Related Packages

- `CAIMEOX/symbit/symcore`
- `CAIMEOX/symbit/sympolys`
