This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Nicolas Waquier
Matrices, vectors, linear systems, rational numbers. The target use was a class of matrix to do spatial transformation of point/line/planes. You create a identity matrix, then rotate and translate it.
MATRIX matrix of doubles LINEAR_SYS linear system to be resolved with gauss method MATRIXER an ancestor to both matrix and vector VECTOR a vector of doubles M_TEST test the cluster
MATRIX matrix of rationals LINEAR_SYS linear system to be resolved with gauss method MATRIXER an ancestor to both matrix and vector VECTOR a vector of rationals M_TEST test the cluster
RATIONAL rational numbers (fractions) N_TEST test the class