You copied the Doc URL to your clipboard.
Vector/Matrix functions
Functions for vector or matric multiplication.
Intrinsic |
Description |
Num. of Arguments |
Argument Type |
Result |
---|---|---|---|---|
|
Perform dot product on two vectors. |
2
|
INTEGER,
REAL,
COMPLEX,
or LOGICAL
|
INTEGER,
REAL,
COMPLEX,
or LOGICAL
|
|
Perform matrix multiply on two matrices. |
2
|
INTEGER,
REAL,
COMPLEX,
or LOGICAL
|
INTEGER,
REAL,
COMPLEX,
or LOGICAL
|
Note
All matrix outputs are the same type as the argument supplied.