High-performance numerical linear algebra operations
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill numerical-linear-algebra-toolkit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Numerical Linear Algebra Toolkit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-numerical-linear-algebra-toolkit-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: numerical-linear-algebra-toolkit
description: High-performance numerical linear algebra operations
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
metadata:
specialization: mathematics
domain: science
category: numerical-analysis
phase: 6
graph:
domains: [domain:mathematics]
specializations: [specialization:computational-mathematics]
skillAreas: [skill-area:mathematical-reasoning, skill-area:statistical-analysis, skill-area:dynamic-programming]
workflows: [workflow:experiment-design]
roles: [role:computational-scientist, role:research-engineer]
---
# Numerical Linear Algebra Toolkit
## Purpose
Provides high-performance numerical linear algebra operations for scientific computing and mathematical analysis.
## Capabilities
- Matrix decompositions (LU, QR, SVD, Cholesky, Schur)
- Eigenvalue/eigenvector computation
- Sparse matrix operations
- Iterative solvers (CG, GMRES, BiCGSTAB)
- Condition number estimation
- Error analysis and bounds
## Usage Guidelines
1. **Decomposition Selection**: Choose appropriate factorization for the problem
2. **Sparsity Exploitation**: Use sparse formats for large sparse matrices
3. **Iterative Methods**: Apply iterative solvers for very large systems
4. **Conditioning**: Assess and monitor condition numbers
## Tools/Libraries
- LAPACK
- BLAS
- SuiteSparse
- Eigen
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!