Skip to content

Commit

Permalink
comment namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyan committed Apr 22, 2015
1 parent 975ed69 commit 58239dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/vsmc/math/cblas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,18 @@ inline void scal(std::size_t n, T a, T *x)

namespace vsmc
{

namespace math
{

VSMC_DEFINE_MATH_CBLAS_S1(asum, sasum, dasum)
VSMC_DEFINE_MATH_CBLAS_S2(dot, sdot, ddot)
VSMC_DEFINE_MATH_CBLAS_SV(scal, sscal, dscal)
}

} // namespace vsmc::math

} // namespace vsmc

#endif // VSMC_CBLAS_INT

#endif // VSMC_MATH_CBLAS_HPP

0 comments on commit 58239dd

Please sign in to comment.