Browse Source

Add extra instruction

pull/692/head
Augusto 3 years ago
parent
commit
8b158ad142
  1. 4
      subjects/lalgebra_vector/README.md

4
subjects/lalgebra_vector/README.md

@ -10,6 +10,10 @@ The dot product between two vectors of different length it's not defined
Note: `Vector` must implement Debug, Clone, Eq, PartialEq.
#### Important
Note that in the addition of vector of the example the `Rhs` is not `Self`
### Expected Functions and Structure
```rust

Loading…
Cancel
Save