#include "upperTriangularMatrix.h"
#include "matrixInversionExceptions.h"
Go to the source code of this file.
implementation of upper triagonal diagonal matrix (derived from ublas triangular) calculation of inverse is provided
Definition in file upperTriangularMatrix.cc.