Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: Vector/Vector.h
- Revision:
- 13:df1e8a650185
- Parent:
- 9:6d4578dcc1ed
- Child:
- 23:79cdc1432160
--- a/Vector/Vector.h Tue Jun 16 17:04:58 2015 +0000
+++ b/Vector/Vector.h Fri Jun 19 01:08:35 2015 +0000
@@ -18,6 +18,7 @@
Vector& operator-=(const Vector& v);
void SetComp(int dimNo, float val);
+ void SetComps(float* vals);
float GetNorm() const;
Vector Normalize() const;
Vector GetParaCompTo(Vector v);
