mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 04:02:10 +00:00
Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
svn path=/trunk/boost/boost/numeric/ublas/; revision=26749
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#ifndef BOOST_UBLAS_MATRIX_H
|
||||
#define BOOST_UBLAS_MATRIX_H
|
||||
|
||||
#include <boost/numeric/ublas//matrix_expression.hpp>
|
||||
#include <boost/numeric/ublas/vector.hpp>
|
||||
#include <boost/numeric/ublas/matrix_expression.hpp>
|
||||
#include <boost/numeric/ublas/detail/matrix_assign.hpp>
|
||||
|
||||
// Iterators based on ideas of Jeremy Siek
|
||||
|
||||
Reference in New Issue
Block a user