my_algorithm module

An example numerical method.

This module contains a very simple python method that acts as a placeholder for an implementation of a numerical algorithm.

my_implementation(x)[source]

Calculate the square of the input; a placeholder numerical method.