MercuryDPM
0.11
|
Go to the source code of this file.
Functions | |
Mdouble | passByReference (Vec3D &v) |
Mdouble | passByConstReference (const Vec3D &v) |
Mdouble | passByPointer (Vec3D *v) |
Mdouble | passByValue (Vec3D v) |
Mdouble | passByReference (Matrix3D &v) |
Mdouble | passByConstReference (const Matrix3D &v) |
Mdouble | passByPointer (Matrix3D *v) |
Mdouble | passByValue (Matrix3D v) |
void | testVec3D (unsigned int n) |
void | testMatrix3D (unsigned int n) |
int | main () |
int main | ( | ) |
Definition at line 151 of file Vec3DSpeedTest.cpp.
References testMatrix3D(), and testVec3D().
Definition at line 38 of file Vec3DSpeedTest.cpp.
References Vec3D::X.
Referenced by testMatrix3D(), and testVec3D().
Definition at line 58 of file Vec3DSpeedTest.cpp.
References Matrix3D::XX.
Definition at line 43 of file Vec3DSpeedTest.cpp.
References Vec3D::X.
Referenced by testMatrix3D(), and testVec3D().
Definition at line 63 of file Vec3DSpeedTest.cpp.
References Matrix3D::XX.
Definition at line 33 of file Vec3DSpeedTest.cpp.
References Vec3D::X.
Referenced by testMatrix3D(), and testVec3D().
Definition at line 53 of file Vec3DSpeedTest.cpp.
References Matrix3D::XX.
Definition at line 48 of file Vec3DSpeedTest.cpp.
References Vec3D::X.
Referenced by testMatrix3D(), and testVec3D().
Definition at line 68 of file Vec3DSpeedTest.cpp.
References Matrix3D::XX.
void testMatrix3D | ( | unsigned int | n | ) |
Definition at line 112 of file Vec3DSpeedTest.cpp.
References passByConstReference(), passByPointer(), passByReference(), passByValue(), Time::tic(), and Time::toc().
Referenced by main().
void testVec3D | ( | unsigned int | n | ) |
Definition at line 73 of file Vec3DSpeedTest.cpp.
References passByConstReference(), passByPointer(), passByReference(), passByValue(), Time::tic(), and Time::toc().
Referenced by main().