Maxplus Function
Last update : 18/05/2014

plustimes - standard type constructor

Calling Sequence

B=plustimes(A)

Parameters

Description

Set the type to standard full if A is full or standard sparse if A is sparse.

Examples

typeof(plustimes(#(1)))
typeof(plustimes(sparse(#(1))))
typeof(plustimes(#([1,2;3,4])))
typeof(plustimes(sparse([%1,0;0,1])))
typeof(#(1))
typeof(#(sparse(1)))
 

See Also

maxplus,