[apps/toolbox] Add Vector operation toolbox menus

Change-Id: Iab8faa45a3f30be979f7d705ac169e8f2b801da9
This commit is contained in:
Hugo Saint-Vignes
2020-07-21 10:40:21 +02:00
committed by Émilie Feral
parent 8688fd5b95
commit ca91b7c43d
9 changed files with 38 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ Trace = "Trace"
Dimension = "Size"
RowEchelonForm = "Row echelon form"
ReducedRowEchelonForm = "Reduced row echelon form"
Vectors = "Vectors"
Dot = "Dot product"
Cross = "Cross product"
NormVector = "Norm"
Sort = "Sort ascending "
InvSort = "Sort descending"
Maximum = "Maximum"