ImageGear for Java
createIdentity Method
Matrix row count.
Matrix column count.
Creates identity diagonal matrix with 0 values initialized and diagonal values are 1.
Syntax
public ImGearDoubleMatrix createIdentity( 
   int rowCount,
   int columnCount
)

Parameters

rowCount
Matrix row count.
columnCount
Matrix column count.

Return Value

ImGearDoubleMatrix class object.
See Also

Reference

ImGearDoubleMatrix Class
ImGearDoubleMatrix Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback