October 28, 2006, 6:38 pm
Here's a few pictures of our 'new look' living-room/kimera office..
October 6, 2006, 4:38 pm
There is no perfection, only beauty
October 5, 2006, 6:31 pm
template<typename VNT1, typename VNT2, typename VNT3>
inline void i_V_add(const VNT1& v1, const VNT2& v2, VNT3& r) {
i_v_add<VNT1::n>(v1.cel<VNT1::n>(), v2.cel<VNT1::n>(), r.el<VNT1::n>());
}
--- really!! no comment! ----