hiroya taura / Mbed 2 deprecated LAURUS_program

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

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);