2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00

FIX added triangular.hpp dependency

This commit is contained in:
Michael Stevens
2005-09-01 08:58:38 +00:00
parent b4d3a05d9d
commit 1425cd8759

View File

@@ -21,6 +21,7 @@
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/triangular.hpp>
// LU factorizations in the spirit of LAPACK and Golub & van Loan