https://github.com/hamlettanyavong/hamlettanyavong
Config files for my GitHub profile.
https://github.com/hamlettanyavong/hamlettanyavong
config github-config
Last synced: 4 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/hamlettanyavong/hamlettanyavong
- Owner: HamletTanyavong
- Created: 2021-04-21T21:13:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T07:26:04.000Z (6 months ago)
- Last Synced: 2025-01-01T08:21:32.653Z (6 months ago)
- Topics: config, github-config
- Homepage: https://github.com/HamletTanyavong
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About Me
I have a degree in **Physics** and a minor in **Mathematics** from the University of Minnesota, Twin Cities. Most of the projects I create are for solving physics and mathematics problems, while the rest are for fun.
### Current Projects
- **Mathematics.NET**: Mathematics.NET is a C# class library that provides tools for solving mathematical problems.
- Custom types for complex, real, and rational numbers as well as other mathematical objects such as vectors, matrices, and tensors.
- Automatic Differentiation: both forward and reverse mode autodiff are supported.
- Perform forward mode, first and second order autodiff using dual and hyper-dual numbers.
- Perform reverse mode, first and second order autodiff using gradient and Hessian tapes.
- Support for many operations in differential geometry such as tensor contractions and index manipulations.
- OpenCL support for some basic mathematical operations.
- **Physics.NET**: Physics.NET is a C# class library for performing calculations in General Relativity, QFT, Statistical Mechanics, and Classical Mechanics. (I am currently moving some of the features from this library to Mathematics.NET.)
- Support for units and dimensional analysis.