Skip to content
View whalenpt's full-sized avatar
Block or Report

Block or report whalenpt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
whalenpt/README.md

Hi there 👋

  • 🚧 I’m currently working on an opencv project
  • 📚 I’m currently learning neural networks
  • ☕️ I’m looking to collaborate on anything math
  • 🤔 I’m looking for help with growing my network
  • 💬 Ask me about math
  • 📫 How to reach me: linkedin/in/whalenpt
  • ⚡ Fun fact: I do the NYT crossword daily

Pinned

  1. rkstiff rkstiff Public

    Runge-Kutta adaptive-step solvers for nonlinear PDEs. Solvers include both exponential time differencing and integrating factor methods.

    Python 10 1

  2. spida spida Public

    Spectral Integration and Differentiation Algorithms. Includes FFTs, Chebyshev Transforms, and Hankel transforms. Exponential time differencing and integrating factor Runge-Kutta methods.

    C++ 2

  3. ParamTree ParamTree Public

    Qt tree library for parameters used in scientific applications

    C++ 1

  4. OpenCVObjectDetect OpenCVObjectDetect Public

    Short C++ programs for object detection and image segmentation using the OpenCV dnn module.

    C++