finitediff
Documentation's matin page

The matrices

There are many different matrices types because there are many special cases : permutation, gaussian transformation, upper/lower triangular, etc.

Hierarchy

The base type is SNgeneric (pure virtual) and the most general matrix type is SNmatrix.

Template

The matrices have two template arguments :

Operators

More ...

Read more here.

Exceptions

We define some exceptions adapted to our matrices manipulations. Read more here.