ImageGear .NET v25.2 - 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 MethodCreates identity diagonal matrix with 0 values initialized and diagonal values are 1.  
    Public MethodGets the count of columns in the matrix.  
    Public MethodGets matrix element according to matrix column and row coordinate.  
    Public MethodGets matrix rows count.  
    Public MethodGet 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 MethodScale matrix values (matrixA * scaleValue).  
    Public MethodSets matrix element value.  
    Public MethodTranspose 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