Description Usage Arguments Details Value See Also Examples
tropicalsparse.doti function multiplies the vector y with the vector x.
1 | tropicalsparse.doti(x, y, algebraType)
|
x |
is a vector. |
y |
is a vector. |
algebraType |
is string input that can be |
The input of this function is x, y and algebraType. If any of the input is missing
then the function generates an error. The operation is expressed as: result = yx where x and y
must be a vector. algebraType is used to specify type of Tropical Algebra. This can be minplus or
maxplus. For more details about algebraType, see detail section of
check.infinityM or check.infinityV.
Returns a vector.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.