Click or drag to resize

DoubleMatrix Operators and Type Conversions

The DoubleMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Complex, DoubleMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(Double, DoubleMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(DoubleMatrix, DoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(DoubleMatrix, Double)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberAddition(DoubleMatrix, Complex)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberDivision(Complex, DoubleMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(Double, DoubleMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(DoubleMatrix, DoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(DoubleMatrix, Double)
Determines the division of a matrix by a scalar.
Public operatorStatic memberDivision(DoubleMatrix, Complex)
Determines the division of a matrix by a scalar.
Public operatorStatic member(Double to DoubleMatrix)
Performs an explicit conversion from Double to DoubleMatrix.
Public operatorStatic member(DoubleMatrix to Double)
Performs an explicit conversion from DoubleMatrix to Double.
Public operatorStatic memberCode example(IndexPartitionDouble to DoubleMatrix)
Public operatorStatic member(ReadOnlyDoubleMatrix to DoubleMatrix)
Performs an explicit conversion from ReadOnlyDoubleMatrix to DoubleMatrix.
Public operatorStatic memberMultiply(Complex, DoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(Double, DoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(DoubleMatrix, DoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(DoubleMatrix, Double)
Determines the multiplication of a matrix by a scalar.
Public operatorStatic memberMultiply(DoubleMatrix, Complex)
Determines the multiplication of a matrix by a scalar.
Public operatorStatic memberSubtraction(Complex, DoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(Double, DoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(DoubleMatrix, DoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(DoubleMatrix, Double)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberSubtraction(DoubleMatrix, Complex)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberCode exampleUnaryNegation
Determines the negation of a matrix.
Top
See Also