Boost LA

Creating Vector Objects

#include <boost/la/zero_vector.hpp>

namespace
boost
    {
    namespace
    la
        {
        //*** Creating vector objects ***
        
        template <class T,int S>
        -unspecified-return-type-
        zero_vector();
        }
    }

See also: Boost LA | Synopsis