Click or drag to resize
ComplexSparseMatrix Methods

The ComplexSparseMatrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Performs element-wise addition of two complex sparse matrices A, B of type ComplexSparseMatrix,  C \leftarrow \alpha A + \beta B.
Public methodCheckSquareMatrix
Check that the matrix is square.
Public methodConjugateTranspose
Returns the conjugate transpose of the matrix.
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 methodFrobeniusNorm
Returns the Frobenius norm of the matrix.
Public methodGet
Returns the value of an element in the matrix.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfinityNorm
Returns the infinity norm of the matrix.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMultiply(Complex)
Multiply the matrix by a vector.
Public methodStatic memberMultiply(Complex, ComplexSparseMatrix)
Multiply row array x and sparse matrix A, x^TA .
Public methodStatic memberMultiply(ComplexSparseMatrix, Complex)
Multiply sparse matrix A and column array x, A x.
Public methodStatic memberMultiply(ComplexSparseMatrix, ComplexSparseMatrix)
Multiply two sparse matrices,  C \leftarrow AB.
Public methodStatic memberMultiplyHermitian
Multiply sparse Hermitian matrix A and column vector x.
Public methodOneNorm
Returns the matrix one norm of the sparse matrix.
Public methodPlusEquals
Adds a value to an element in the matrix.
Public methodSet
Sets the value of an element in the matrix.
Public methodToDenseMatrix
Returns the sparse matrix as a dense matrix.
Public methodToSparseArray
Returns the sparse matrix in the SparseArray form.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also