matrix3.h Source File
LibRPA
|
matrix3.h
43 template<typename T> Vector3<double> operator *(const Matrix3 &m, const Vector3<T> &u); //m*u // Peize Lin change Vector3<T> 2017-01-10
44 template<typename T> Vector3<double> operator *(const Vector3<T> &u, const Matrix3 &m); //u*m // Peize Lin change Vector3<T> 2017-01-10
Definition: matrix3.h:11
Definition: vector3.h:18
Generated by