[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
|   | Multiply(Matrix, Matrix) | 
Determines the product of two matrices.
 | 
|   | Multiply(Matrix, Single) | 
Scales a matrix by the given value.
 | 
|   | Multiply(Matrix, Matrix, Matrix) | 
Determines the product of two matrices.
 | 
|   | Multiply(Matrix, Single, Matrix) | 
Scales a matrix by the given value.
 | 
|   | Multiply(Matrix, Matrix, Matrix) | 
Determines the products of of an array of matrices by a single matrix.
 | 
|   | Multiply(Matrix, Matrix, Matrix) | 
Determines the products of two arrays of matrices.
 | 
|   | Multiply(Matrix*, Matrix*, Matrix*, Int32) | 
Determines the products of two arrays of matrices.
 | 
|   | Multiply(Matrix, Matrix, Matrix, Int32, Int32) | 
Determines the products of of an array of matrices by a single matrix.
 | 
|   | Multiply(Matrix, Matrix, Matrix, Int32, Int32) | 
Determines the products of two arrays of matrices.
 | 
See Also
