Home Browse Files
template <typename VX>
    const VectorClosure<OpMult,
                         ScalarValue<typename VX::Impl::ElementType>,
                         typename VX::Impl>
    operator-(const Vector<VX> &x);

Defined in namespace flens. Function operator- with 1 template parameters.

template <typename MA>
    const MatrixClosure<OpMult,
                        ScalarValue<typename MA::Impl::ElementType>,
                        typename MA::Impl>
    operator-(const Matrix<MA> &A);

Defined in namespace flens. Function operator- with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn