ImageGear for Java
ImGearDoubleMatrix Class Methods

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

Public Methods
 NameDescription
Public MethodcloneClone ImGearDoubleMatrix object.  
Public Methodstatic (Shared in Visual Basic)createOverloaded. Returns a new ImGearDoubleMatrix class object.  
Public Methodstatic (Shared in Visual Basic)createDefaultReturns a new ImGearDoubleMatrix class object.  
Public MethodcreateIdentityCreates identity diagonal matrix with 0 values initialized and diagonal values are 1.  
Public MethodgetColCountGets the count of columns in the matrix.  
Public MethodgetElemGets matrix element according to matrix column and row coordinate.  
Public MethodgetRowCountGets matrix rows count.  
Public MethodgetValuesget matrix element as double values two dimentioned array.  
Public MethodinverseInverse ImGearDoubleMatrix square matrix.  
Public MethodleftMultiplyMultiplies vector by ImGearDoubleMatrix 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 Methodstatic (Shared in Visual Basic)opAdditionAdds one ImGearDoubleMatrix matrix to another (matrixA + matrixB).  
Public Methodstatic (Shared in Visual Basic)opMultiplyOverloaded. Returns copy of ImGearDoubleMatrix matrix scaled to value.  
Public MethodpseudoInverseReturns pseudo inverse ImGearDoubleMatrix matrix object.  
Public MethodscaleScale matrix values (matrixA * scaleValue).  
Public MethodsetElemSets matrix element value.  
Public MethodtransposeTranspose the matrix.  
Top
See Also

Reference

ImGearDoubleMatrix Class
com.accusoft.imagegear.processing Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback