Click or drag to resize
ComplexMatrix Class
Complex matrix manipulation functions.
Inheritance Hierarchy
SystemObject
  Imsl.MathComplexMatrix

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

The ComplexMatrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add two rectangular Complex arrays, a + b.
Public methodStatic memberCheckSquareMatrix
Check that the Complex 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 Complex 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 Complex matrix.
Public methodStatic memberMultiply(Complex, Complex)
Multiply two Complex rectangular arrays, a * b.
Public methodStatic memberMultiply(Complex, Complex)
Multiply the rectangular array a and the column vector x, both Complex.
Public methodStatic memberMultiply(Complex, Complex)
Returns the product of the row vector x and the rectangular array a, both Complex.
Public methodStatic memberMultiply(Complex, Complex, Int32)
Multiply two Complex rectangular arrays, a * b, using multiple processors.
Public methodStatic memberMultiply(Complex, Complex, Int32)
Returns the product of the row vector x and the rectangular array a, both Complex.
Public methodStatic memberOneNorm
Return the Complex matrix one norm.
Public methodStatic memberSubtract
Subtract two Complex rectangular arrays, a - b.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTranspose
Return the transpose of a Complex matrix.
Top
See Also

Reference

Other Resources