W. , I. , and J. ]-=-min, 3) Description W=min(X) return a m-by-n matrix such that W(i,j) is the minimum value of

. W-=-min, dim) ? dim=0 , along the number of matrices of X. Same as W = min (X)

?. Dim=1, along rows of matrices of X. Returns a N-by-1-by-n amat object such that W(k,1,j) is the minimum value of X(k,:,j)

?. Dim=2, along columns of matrices of X. Returns a N-by-m-by-1 amat object such that W(k,i,1) is the minimum value of

?. Dim=3, along rows and columns of matrices of X. Returns a N-by-1-by-1 amat object such that W(k,1,1) is the minimum value of X(k

. W-=-min, Returns a N-by-m-by-n amat object such that ? W(k,i,j)=min(X(k,i,j),Y(k,i,j)) if Y is a N-by-m-by-n amat object, ? W(k,i,j)=min(X(k,i,j),Y(i,j)) if Y is a m-by-n matrix, ? W(k,i,j)=min(X(k,i,j),Y(k)) if Y is a N-by-1 or 1-by-N array

[. and K. Min, Returns two m-by-n matrices such that W(i,j)=min(X(:,i,j)) and W(i,j)=X(K(i,j),i,j) [W, Idx] = min (X

, ? if DIM=2 , returns two N-by-m-by-1 amat objects such that W(k,i,1)=min(X(k,i,:)) and W(k,i,1)=X(K,i

, Benchmarking mtimes(X,Y) with X a 3-by-4 matrix and Y a N-by-4-by-5 amat object LN =10^5*, vol.49

, fc_amat . benchs . mtimes ( LN , ' ltype ' , ' mat

, Benchmarking B=chol(A) with A a N-by-4-by-4 matrix amat object LN =10^5*, vol.55

, fc_amat . benchs . chol ( LN , 'd ' ,4

, ? 'rhstype' , to set the kind of B : 'amat' (default) for amat object and 'mat' for matrix

, ? 'class' , to set classname of the two inputs. Value can be 'double' (default) or 'single

. ?-'complex,

, to set the lower bound of the interval of the uniform distribution used to generate input data

, ? 'b' , to set b the upper bound of the interval of the uniform distribution used to generate input data

, In Listings 61 and 62 two examples with outputs are provided

, B)) with A a N-by-4-by-4 matrix amat object and B a N-by-4-by-5 matrix amat object, Benchmarking X=solvetriu, vol.61

, Benchmarking X=solvetriu(A,B) where A is N-by-3-by-3 amat object and B is N-by-3-by-1 amat object with both complex single values, Listing, vol.62

. Ln-=10^5*,

, ? 'rhstype' , to set the kind of B : 'amat' (default) for amat object and 'mat' for matrix

, ? 'class' , to set classname of the two inputs. Value can be 'double' (default) or 'single

. ?-'complex,

, to set the lower bound of the interval of the uniform distribution used to generate input datas

, ? 'b' , to set b the upper bound of the interval of the uniform distribution used to generate input datas

, In Listings 64 and 65 two examples with outputs are provided

, Benchmarking X=mldivide(A,B) with A a N-by-4-by-4 matrix amat object and B a N-by-4-by-5 matrix amat object, Listing, vol.64

. Ln-=10^5*,