SparseMatrix Methods |
The SparseMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add |
Performs element-wise addition of two real sparse matrices
A, B of type SparseMatrix,
![]() |
![]() | CheckSquareMatrix |
Check that the matrix is square.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FrobeniusNorm |
Returns the Frobenius norm of the matrix.
|
![]() | Get |
Returns the value of an element in the matrix.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InfinityNorm |
Returns the infinity norm of the matrix.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Multiply(Double[]) |
Multiply the matrix by a vector.
|
![]() ![]() | Multiply(Double[], SparseMatrix) |
Multiply row array x and sparse matrix A,
![]() |
![]() ![]() | Multiply(SparseMatrix, SparseMatrix) |
Multiply two sparse matrices, ![]() |
![]() ![]() | Multiply(SparseMatrix,Double[]) |
Multiply sparse matrix A and column array x,
![]() |
![]() ![]() | MultiplySymmetric |
Multiply sparse symmetric matrix A and column vector x.
|
![]() | OneNorm |
Returns the matrix one norm of the sparse matrix.
|
![]() | PlusEquals |
Adds a value to an element in the matrix.
|
![]() | Set |
Sets the value of an element in the matrix.
|
![]() | ToDenseMatrix |
Returns the sparse matrix as a dense matrix.
|
![]() | ToSparseArray |
Returns the sparse matrix in the SparseArray form.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transpose |
Returns the transpose of the matrix.
|