Skip to content

Torch module implementation of the complex error function based on Weideman, J. Andre C. "Computation of the complex error function." SIAM Journal on Numerical Analysis 31.5 (1994): 1497-1518

Notifications You must be signed in to change notification settings

redsnic/torch_erf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch_erf

A torch module implementing the complex error function, supporting GPU computation, differentaible, and compatible with any tensor shape.

Installation

pip install torch_erf@git+https://github.com/redsnic/torch_erf/

Usage

from torch_erf.ERF import ERF_1994 

see man/ERF_testing.ipynb

the package depends on torch. However, numpy, scipy and matplotlib are required for the tests.

About

Torch module implementation of the complex error function based on Weideman, J. Andre C. "Computation of the complex error function." SIAM Journal on Numerical Analysis 31.5 (1994): 1497-1518

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages