Click or drag to resize

Matrix Operators and Type Conversions

The Matrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Matrix, Matrix) 
Public operatorStatic member(Matrix to Double)Explicit conversion to CLR jagged array without making copy
Public operatorStatic member(Matrix to Double)Explicit conversion to CLR 2-D array with copy
Public operatorStatic memberMultiply(Double, Matrix) 
Public operatorStatic memberMultiply(Matrix, Matrix) 
Public operatorStatic memberMultiply(Matrix, Double) 
Public operatorStatic memberSubtraction(Matrix, Matrix) 
Top
See Also