edmorte (Rafael Silva)
- Login: edmorte
- Registered on: 05/06/2016
- Last sign in: 05/06/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/06/2016
-
11:51 PM Ruby Bug #12356 (Rejected): Vector covector incorrect multiplication with another vector.
- Version 2.2.4
v1 = Vector[2,3,4]
v2 = Vector[4,5,6]
v1.covector.row_size #1
v1.covector.column_size #3
v2.covector.row_size #1
v2.covector.column_size #3
Vector does not have distinction between row and column, t...