Fix multiple symbol issue.

This commit is contained in:
Atgeirr Flø Rasmussen 2013-05-15 09:22:45 +02:00
parent 959f7cbcac
commit 90a4984dea

View File

@ -286,6 +286,8 @@ superset(const Eigen::Array<Scalar, Eigen::Dynamic, 1>& x,
/// Construct square sparse matrix with the
/// elements of d on the diagonal.
/// Need to mark this as inline since it is defined in a header and not a template.
inline
AutoDiff::ForwardBlock<double>::M
spdiag(const AutoDiff::ForwardBlock<double>::V& d)
{