final ipi11
This commit is contained in:
@@ -97,7 +97,7 @@ std::ostream& operator<<(std::ostream& os, const Vector<K,N>& v) {
|
||||
return os;
|
||||
}
|
||||
|
||||
// scalar multiplication
|
||||
// scalar multiplication for vector * scalar
|
||||
template <class K, size_t N, class K2>
|
||||
Vector<K, N> operator*(const Vector<K,N>& v, const K2 k) {
|
||||
// multiply a scalar value using the generic map function
|
||||
|
||||
Reference in New Issue
Block a user