Type: lib.numpy.manipulation.MatMul
Namespace: lib.numpy.manipulation
Description
Perform matrix multiplication on two input arrays. array, matrix, multiplication, linear algebra
Use cases:
- Implement linear transformations
- Calculate dot products of vectors
- Perform matrix operations in neural networks
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| a | np_array |
First input array | {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]} |
| b | np_array |
Second input array | {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | np_array |
Metadata
Related Nodes
Browse other nodes in the lib.numpy.manipulation namespace.