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


In This Topic
    IGDoubleMatrix Class Methods
    In This Topic

    For a list of all members of this type, see IGDoubleMatrix members.

    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
    See Also