ImageGear for .NET
IGDoubleMatrix Class Members
Methods 


The following tables list the members exposed by IGDoubleMatrix.

Public Constructors
 NameDescription
Public ConstructorIGDoubleMatrix ConstructorOverloaded. Initializes a new instance of the IGDoubleMatrix class.  
Top
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
Public Operators
public Operator Addition Adds one IGDoubleMatrix matrix to another (matrixA + matrixB).
public Operator Multiplication Overloaded. Returns copy of IGDoubleMatrix matrix scaled to value.
Top
See Also

Reference

IGDoubleMatrix Class
ImageGear.Processing Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback