ImageGear for .NET
IGDoubleMatrix Class Methods


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

Public Methods
 NameDescription
Public MethodCloneClone IGDoubleMatrix object.  
Public Methodstatic (Shared in Visual Basic)CreateOverloaded. Returns a new IGDoubleMatrix class object.  
Public Methodstatic (Shared in Visual Basic)CreateDefaultReturns a new IGDoubleMatrix class object.  
Public MethodCreateIdentity Creates identity diagonal matrix with 0 values initialized and diagonal values are 1.  
Public MethodGetColCount Gets the count of columns in the matrix.  
Public MethodGetElem Gets matrix element according to matrix column and row coordinate.  
Public MethodGetRowCount Gets matrix rows count.  
Public MethodGetValues Get matrix element as double values two dimentioned array.  
Public MethodInverseInverse IGDoubleMatrix square matrix.  
Public MethodLeftMultiplyMultiplies vector by IGDoubleMatrix matrix (vector * matrix).  
Public MethodMultiplyByVectorOverloaded.  Multiplies matrix by vector.  
Public MethodMultiplyByVectorWithCastMultiplies matrix by vector found in vectorContent array at the specified offset, truncating result values, and stores result in the same place.  
Public MethodPseudoInverseReturns pseudo inverse IGDoubleMatrix matrix object.  
Public MethodScale Scale matrix values (matrixA * scaleValue).  
Public MethodSetElem Sets matrix element value.  
Public MethodTranspose Transpose the matrix.  
Top
See Also

Reference

IGDoubleMatrix Class
ImageGear.Processing Namespace

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback