#include <iostream>
#include <exception>
#include "dmatrix.hxx"
Go to the source code of this file.
Classes | |
class | DIncompatibleMatrixException |
class | DMatrix< X > |
class | DNotInvertibleMatrixException |
class | DNotSquareMatrixException |
struct | DVector< X > |
Functions | |
template<class X > | |
DVector< X > | operator* (const DMatrix< X > m, const DVector< X > v) |
template<class X > | |
DVector< X > | operator* (const DVector< X > v, const DMatrix< X > m) |