Did you know ... | Search Documentation: |
Pack matrix_utls -- prolog/matrix_utls.pl |
Where,
A is the input (multiplicand) matrix of size [GxH],
B is the input (multiplier) matrix of size [JxK], and
O is the output matrix of size [(GxJ)x(HxK)
].
Where, A is the input (multiplicand) matrix of size [GxH], B is the input (multiplier) matrix of size [GxH], and O is the output matrix of size [GxH].
Where, Rows is the number of rows, Cols is the number of columns, and Mat is the resultant matrix of size [Rows x Cols].
Where, Rows is the number of rows, Cols is the number of columns, and Mat is the resultant matrix of size [Rows x Cols].
Where, Rows is the number of rows, Cols is the number of columns, and Mat is the resultant matrix of size [Rows x Cols].
Where, Dim is the number of rows and columns, and Mat is the resultant identity matrix of size [Dim x Dim].
Where, S is the input (multiplicand) scalar (i.e. number), V is the input (multiplier) vector of size [1xH] or [Gx1], and O is the resultant vector of size [1xH] or [Gx1].
Where, S is the input (multiplicand) scalar (i.e. number), M is the input (multiplier) matrix of size [GxH], and O is the resultant matrix of size [GxH].
Where, V1 is the input (multiplicand) vector of size [1xJ] or [Kx1], V2 is the input (multiplier) vector of size [Jx1] or [1xK], and O is the resultant scalar of size [1x1] or matrix of size [KxK].
Where, V is the input (multiplicand) vector of size [1xJ], M is the input (multiplier) matrix of size [JxK], and O is the resultant vector of size [1xK].
Where, M is the input (multiplicand) matrix of size [JxK], V is the input (multiplier) vector of size [Kx1], and O is the resultant vector of size [Jx1].
Where, M1 is the input (multiplicand) matrix of size [GxH], M2 is the input (multiplier) matrix of size [HxJ], and O is the resultant matrix of size [GxJ].