Click or drag to resize

ReadOnlyDoubleMatrix Operators and Type Conversions

The ReadOnlyDoubleMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Complex, ReadOnlyDoubleMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(Double, ReadOnlyDoubleMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(ReadOnlyDoubleMatrix, Double)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberAddition(ReadOnlyDoubleMatrix, Complex)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberDivision(Complex, ReadOnlyDoubleMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(Double, ReadOnlyDoubleMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(ReadOnlyDoubleMatrix, Double)
Determines the division of a matrix by a scalar.
Public operatorStatic memberDivision(ReadOnlyDoubleMatrix, Complex)
Determines the division of a matrix by a scalar.
Public operatorStatic member(ReadOnlyDoubleMatrix to Double)
Performs an explicit conversion from ReadOnlyDoubleMatrix to Double.
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.
Public operatorStatic memberSubtraction(Complex, ReadOnlyDoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(Double, ReadOnlyDoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(ReadOnlyDoubleMatrix, Double)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberSubtraction(ReadOnlyDoubleMatrix, Complex)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberCode exampleUnaryNegation
Determines the negation of a matrix.
Top
See Also