Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Initial contents of README showing planned roadmap.
  • Loading branch information
BrentSeidel committed Jul 30, 2023
1 parent 5c08036 commit dfb32a0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Numerical
# Numerical
This will contain a collection of Ada (and possibly lisp, if I get really ambitious) packages for numerical operations.

A rough outline of what I plan is below. Obviously, this will be subject to change. I expect that most, if not all
of these packages will be generic so that they can be used on different numerical types.

## Complex Numbers

## Integration

## Differentiation

## Differential Equations

## Root Finding

## Vectors

## Matrices

## Quaternions

0 comments on commit dfb32a0

Please sign in to comment.