Click or drag to resize
Matrix Class
Matrix manipulation functions.
Inheritance Hierarchy
SystemObject
  Imsl.MathMatrix

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public sealed class Matrix

The Matrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add two rectangular matrixs, a + b.
Public methodStatic memberCheckSquareMatrix
Check that the matrix is square.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFrobeniusNorm
Return the frobenius norm of a 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 methodStatic memberInfinityNorm
Return the infinity norm of a matrix.
Public methodStatic memberInverseLowerTriangular
Returns the inverse of the lower triangular matrix a.
Public methodStatic memberInverseUpperTriangular
Returns the inverse of the upper triangular matrix a.
Public methodStatic memberMultiply(Double, Double)
Multiply two rectangular matrices, a * b.
Public methodStatic memberMultiply(Double, Double)
Multiply the rectangular matrix a and the column matrix x.
Public methodStatic memberMultiply(Double, Double)
Return the product of the row matrix x and the rectangular matrix a.
Public methodStatic memberMultiply(Double, Double, Int32)
Multiply two rectangular arrays, a * b, using multiple processors.
Public methodStatic memberMultiply(Double, Double, Int32)
Return the product of the row matrix x and the rectangular matrix a.
Public methodStatic memberOneNorm
Return the matrix one norm.
Public methodStatic memberSubtract
Subtract two rectangular matrixs, a - b.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTranspose
Return the transpose of a matrix.
Top
See Also

Reference

Other Resources