Click or drag to resize

ReadOnlyDoubleMatrix Methods

The ReadOnlyDoubleMatrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd(Complex, ReadOnlyDoubleMatrix)
Determines the addition of a scalar to a matrix.
Public methodStatic memberCode exampleAdd(Double, ReadOnlyDoubleMatrix)
Determines the addition of a scalar to a matrix.
Public methodStatic memberCode exampleAdd(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public methodStatic memberCode exampleAdd(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the sum of two matrices.
Public methodStatic memberCode exampleAdd(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public methodStatic memberCode exampleAdd(ReadOnlyDoubleMatrix, Double)
Determines the addition of a matrix to a scalar.
Public methodStatic memberAdd(ReadOnlyDoubleMatrix, Complex)
Determines the addition of a matrix to a scalar.
Public methodCode exampleApply
Evaluates the specified function at each entry of this instance, and returns a matrix whose entries are given by the corresponding function values.
Public methodAsColumnMajorDenseArray
Returns a column major ordered, dense representation of this instance.
Public methodContains
Public methodCopyTo
Public methodStatic memberDivide(Complex, ReadOnlyDoubleMatrix)
Determines the division of a scalar by a matrix.
Public methodStatic memberCode exampleDivide(Double, ReadOnlyDoubleMatrix)
Determines the division of a scalar by a matrix.
Public methodStatic memberCode exampleDivide(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public methodStatic memberCode exampleDivide(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the division of a matrix by another.
Public methodStatic memberCode exampleDivide(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public methodStatic memberCode exampleDivide(ReadOnlyDoubleMatrix, Double)
Determines the division of a matrix by a scalar.
Public methodStatic memberDivide(ReadOnlyDoubleMatrix, Complex)
Determines the division of a matrix by a scalar.
Public methodStatic memberCode exampleElementWiseMultiply(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the element wise product of two matrices.
Public methodStatic memberCode exampleElementWiseMultiply(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the element wise product of two matrices.
Public methodStatic memberCode exampleElementWiseMultiply(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the element wise product of two matrices.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleFind
Searches for entries in this instance that equal the specified value, and returns their zero-based linear indexes.
Public methodCode exampleFindNonzero
Searches for nonzero entries in this instance, and returns their zero-based linear indexes.
Public methodCode exampleFindWhile
Searches for entries in this instance that matches the conditions defined by the specified predicate, and returns their zero-based linear indexes.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodStatic memberCode exampleNegate
Determines the negation of a matrix.
Public methodStatic memberSubtract(Complex, ReadOnlyDoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public methodStatic memberCode exampleSubtract(Double, ReadOnlyDoubleMatrix)
Determines the subtraction of a matrix from a scalar.
Public methodStatic memberCode exampleSubtract(DoubleMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public methodStatic memberCode exampleSubtract(ReadOnlyDoubleMatrix, DoubleMatrix)
Determines the difference between two matrices.
Public methodStatic memberCode exampleSubtract(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public methodStatic memberCode exampleSubtract(ReadOnlyDoubleMatrix, Double)
Determines the subtraction of a scalar from a matrix.
Public methodStatic memberSubtract(ReadOnlyDoubleMatrix, Complex)
Determines the subtraction of a scalar from a matrix.
Public methodStatic memberToDouble
Converts from ReadOnlyDoubleMatrix to Double.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodCode exampleTranspose
Returns the transpose of this instance.
Public methodTryGetColumnName
Tries to get the name of the specified column.
Public methodTryGetRowName
Tries to get the name of the specified row.
Public methodCode exampleVec
Returns the vectorization of this instance.
Public methodCode exampleVec(IndexCollection)
Returns a column vector obtained by stacking the specified elements of this instance.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionDoubleAdd
Explicit interface implementationPrivate methodICollectionDoubleClear
Explicit interface implementationPrivate methodICollectionDoubleRemove
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate methodIListDoubleInsert
Explicit interface implementationPrivate methodIListDoubleRemoveAt
Top
See Also