mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-13 13:57:19 +01:00
Notes.
This commit is contained in:
parent
e98602b878
commit
2e0870a4c3
@ -327,6 +327,11 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// New apis should look like this:
|
||||||
|
//Ref<MLPPVector> substract(const Ref<MLPPVector> &b);
|
||||||
|
//void substracted(const Ref<MLPPVector> &b);
|
||||||
|
//void subtraction(const Ref<MLPPVector> &a, const Ref<MLPPVector> &b); -> result is in this (subtractionv like)
|
||||||
|
|
||||||
Ref<MLPPVector> flattenmnv(const Vector<Ref<MLPPVector>> &A);
|
Ref<MLPPVector> flattenmnv(const Vector<Ref<MLPPVector>> &A);
|
||||||
|
|
||||||
Ref<MLPPVector> hadamard_productnv(const Ref<MLPPVector> &a, const Ref<MLPPVector> &b);
|
Ref<MLPPVector> hadamard_productnv(const Ref<MLPPVector> &a, const Ref<MLPPVector> &b);
|
||||||
|
Loading…
Reference in New Issue
Block a user