| Icon | Member | Description |
|---|---|---|
| Addition(Matrix<(Of <(TDepth>)>), Matrix<(Of <(TDepth>)>)) |
Elementwise add mat1 with mat2 | |
| Addition(Matrix<(Of <(TDepth>)>), Double) |
Elementwise add mat1 with val | |
| Addition(Double, Matrix<(Of <(TDepth>)>)) |
val + mat1 |