| Icon | Member | Description |
|---|---|---|
| Multiply(Matrix<(Of <(TDepth>)>), Double) |
mat1 * val | |
| Multiply(Double, Matrix<(Of <(TDepth>)>)) |
val * mat1 | |
| Multiply(Matrix<(Of <(TDepth>)>), Matrix<(Of <(TDepth>)>)) |
mat1 * mat2 |
| Icon | Member | Description |
|---|---|---|
| Multiply(Matrix<(Of <(TDepth>)>), Double) |
mat1 * val | |
| Multiply(Double, Matrix<(Of <(TDepth>)>)) |
val * mat1 | |
| Multiply(Matrix<(Of <(TDepth>)>), Matrix<(Of <(TDepth>)>)) |
mat1 * mat2 |