ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class
Methods


In This Topic
    IGDoubleMatrix Class Members
    In This Topic

    The following tables list the members exposed by IGDoubleMatrix.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the IGDoubleMatrix class.  
    Top
    Public Methods
     NameDescription
    Public MethodClone IGDoubleMatrix object.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a new IGDoubleMatrix class object.  
    Public Methodstatic (Shared in Visual Basic)Returns a new IGDoubleMatrix class object.  
    Public Method Creates identity diagonal matrix with 0 values initialized and diagonal values are 1.  
    Public Method Gets the count of columns in the matrix.  
    Public Method Gets matrix element according to matrix column and row coordinate.  
    Public Method Gets matrix rows count.  
    Public Method Get matrix element as double values two dimentioned array.  
    Public MethodInverse IGDoubleMatrix square matrix.  
    Public MethodMultiplies vector by IGDoubleMatrix matrix (vector * matrix).  
    Public MethodOverloaded.  Multiplies matrix by vector.  
    Public MethodMultiplies matrix by vector found in vectorContent array at the specified offset, truncating result values, and stores result in the same place.  
    Public MethodReturns pseudo inverse IGDoubleMatrix matrix object.  
    Public Method Scale matrix values (matrixA * scaleValue).  
    Public Method Sets matrix element value.  
    Public Method Transpose the matrix.  
    Top
    Public Operators
    Adds one IGDoubleMatrix matrix to another (matrixA + matrixB).
    Overloaded. Returns copy of IGDoubleMatrix matrix scaled to value.
    Top
    See Also