JandJane / polynomial-class-sparse

A C++ polynomial template class. Coefficients are stored in a map. The following operations and functions are available: ==, !=, [], degree, +=, +, -=, -, *=, *, & (composition), /=, /, %=, %, divmod, swap, <<.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polynomial-class-sparse

A C++ polynomial template class. Coefficients are stored in a map. The following operations and functions are available: ==, !=, [], degree, +=, +, -=, -, *=, *, & (composition), /=, /, %=, %, divmod, swap, <<.

About

A C++ polynomial template class. Coefficients are stored in a map. The following operations and functions are available: ==, !=, [], degree, +=, +, -=, -, *=, *, & (composition), /=, /, %=, %, divmod, swap, <<.


Languages

Language:C++ 100.0%