Click or drag to resize

ReadOnlyDoubleMatrixMultiply Method

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