Skip to content
/ spline Public

Command line tool to interpolate table based function

Notifications You must be signed in to change notification settings

rbolgov/spline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spline

Command line tool to interpolate table based function

Usage:

spline [required] [options]

required:
    [--source|-s]         file source with function points
    [--destination|-d]    file source with arguments to be interpolated
    [--spline]            interpolation algorithm: [Neighbor|Linear|Quadric]
    
options:
    [--output|-o]         output file. Default is <output.txt>
    [--verbose|-v]        be verbose
    [--help|-h]           print help

Example:

spline -s src.txt --destination dest.txt --spline Quadric -v

About

Command line tool to interpolate table based function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published