Click or drag to resize

ReadOnlyDoubleMatrixMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Complex, ReadOnlyDoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(Double, ReadOnlyDoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(ReadOnlyDoubleMatrix, Double)
Determines the multiplication of a matrix by a scalar.
Public operatorStatic memberMultiply(ReadOnlyDoubleMatrix, Complex)
Determines the multiplication of a matrix by a scalar.
Top
See Also